ensl_gathers/config/environments/development.js
2015-08-18 10:56:35 +01:00

13 lines
No EOL
243 B
JavaScript

"use strict";
var config = {
port: 8000,
mongo: {
uri: "mongodb://localhost/swsgather_development"
},
secret_token: "",
session_store_name: "_ENSL_session_key_staging",
ensl_url: "http://staging.ensl.org/"
};
module.exports = config;