Edit Page

config/env/

This folder contains various environment-specific settings such as API keys or remote database passwords. Depending on the environment Sails is lifted in, the appropriate configuration file in this folder will load. To read more about environent-specific config in Sails, see Concepts > Configuration.

Want to see for yourself?

An example of this directory can be found in our sample app repo, here.

Anatomy of a Sails App