You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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