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

8 lines
128 B
JavaScript
Executable File

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