Skip to content

3.0 Application config files

jfigueruela edited this page Oct 6, 2014 · 2 revisions

With the configuration files you can define properties that can be read at any time in its application. For example Rest service url or database configuration.

constants.json

Properties file to define common values ​​for the two possible environments (Development and Production)

dev.json

Properties for development environment.

dist.json

Properties for distribution environment.


When the application is in 'dev' mode or run mode 'dist' files are read and the file is generated [your_app] /app/scripts/configuration.json

Clone this wiki locally