-
Notifications
You must be signed in to change notification settings - Fork 17
Configuration
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.
- Home
- Getting Started
- Installation
- Upgrades
- Content Management & Data
- Content Entities
- Content Taxonomy
- Content Types
- Content Management System
- Themes
- Switching Themes
- Installing Themes
- Creating Themes
- Extensions
- Managing Extensions
- Installing Extensions
- Creating Extensions
- Configuration
- Database Configuration
- Environment Configuration
- Environment Setup
- Deployment Configuration
- PM2 Deployments
- Development
- FAQ