ensl_gathers/config/environments/development.js
2015-08-05 01:11:46 +01:00

11 lines
No EOL
154 B
JavaScript

"use strict";
var config = {
port: 8000,
mongo: {
uri: "mongodb://localhost/swsgather_development"
},
secret_token: ""
};
module.exports = config;