flosight-api/config/env/test.js
2014-01-06 13:33:58 -03:00

9 lines
143 B
JavaScript
Executable File

'use strict';
module.exports = {
db: "mongodb://localhost/mystery-test",
port: 3001,
app: {
name: "Mystery - Test"
}
}