Skip to content

Config files locations

terenceng2010 edited this page Dec 10, 2015 · 2 revisions

Config files that are setup individually to different environments (dev/stage/production)

config/stage/settings.json -> contains CONSTANT values that are used in the app. e.g mandrill key, ROOT_URL

config/stage/mup.json -> contains values that are used during MUP deployment

Config files that are shared by all environments

app/lib/pushNotification/config.push.json -> contains hardcode gcm apikey

app/mobile-config.js -> contains setting values for building cordova appas

app/cordova-build-override/config.xml -> contains setting values for building cordova appas