The runtime values of your app's custom configuration settings.
sails.config.custom;
In an action or helper:
sails.config.custom.mailgunApiKey;
// -> "key-testkeyb183848139913858e8abd9a3"
- For information on how to set custom configuration in the first place, see Reference > Config > sails.config.custom.