Baker Mobile MVP Toolkit

Application configuration

Application configuration files are located inside application/settings with a symlink in the project root. Settings are shared between server and client.

  • base.json regroups common settings shared between client and server
  • android.json extends base.json and overrides settings for android
  • ios.json extends base.json and overrides settings for ios
  • server.json extends base.json and overrides settings for the server

Development VS Production

Settings directory contains 2 subdirectories development and production for development and production environments respectively.

Note: settings/production/server.json is automatically excluded from source control to prevent your production settings from landing in your repository

Edit this page