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

8 lines
118 B
JavaScript
Executable File

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