8d6bd9fb96184d4718a814c63cadf2c504204890
[motion.git] / server / config / environment / test.js
1 'use strict';
2
3 var dbconf = require('./dbconf.json').test;
4 var dbconfhistory = require('./dbconfhistory.json').test;
5 var astconf = require('./astconf.json').test;
6 // Test specific configuration
7 // ==================================
8 module.exports = {
9   db: dbconf, // MySQL connection options
10   db_history: dbconfhistory, // MySQL connection options
11   asterisk: astconf, // Asterisk connection options
12   seedDB: true
13 };