ensl_gathers/config/environments/test.js
Chris Blanchard 4b9b13f2db Add hive url
2015-08-31 15:28:35 +01:00

14 lines
No EOL
299 B
JavaScript

"use strict";
var config = {
port: 9000,
mongo: {
uri: "mongodb://localhost/swsgather_test"
},
secret_token: "SUPERSECRETFOO",
session_store_name: "_ENSL_session_key_staging",
hive_url: "http://hive.naturalselection2.com/",
ensl_url: "http://staging.ensl.org/"
};
module.exports = config;