Skip to content
yawetse edited this page Oct 29, 2014 · 1 revision

###Configuration ####Application Configuration Your application loads content/config/config.json at runtime, here you can modify the runtime environment (or via the command line).

config.json will override any settings in your environment specific configurations

####Database Configuration The Database configuration settings are located in content/config/database.js, database.js is loaded at runtime. You can modify the environment specific database configuration here.

###Runtimes Periodic runs with a production grade process manager called PM2, this allows for you application to restart only when necessary and runs as a process in the background.