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.
If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the sails repo. Once we merge it, the changes will be reflected on the website the next time it is deployed.