8d07d20f6adbd7c62801ff4e81d31d41d174d68b
[motion.git] / server / config / environment / production.js
1 'use strict';
2
3 var db = require('./config.json').production;
4 var db_history = require('./config_history.json').production;
5
6 // Production specific configuration
7 // =================================
8 module.exports = {
9   db: db,
10   db_history: db_history,
11   seedDB: false
12 };