If you look in the config section, it uses `requir...
# contribute
b
If you look in the config section, it uses
require
calls for the required configuration variables:
Copy code
export let password: string = __config.require("password");