flosight-api/config/env/test.js
2014-01-06 14:37:32 -03:00

9 lines
131 B
JavaScript
Executable File

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