ensl_gathers/config/environments/development.js

14 lines
292 B
JavaScript
Raw Normal View History

2015-07-20 09:41:58 +00:00
"use strict";
var config = {
2015-08-05 00:11:46 +00:00
port: 8000,
mongo: {
uri: "mongodb://localhost/swsgather_development"
},
2015-08-18 09:56:35 +00:00
secret_token: "",
session_store_name: "_ENSL_session_key_staging",
2015-08-31 14:28:35 +00:00
hive_url: "http://hive.naturalselection2.com/",
2015-08-18 09:56:35 +00:00
ensl_url: "http://staging.ensl.org/"
2015-07-20 09:41:58 +00:00
};
module.exports = config;