2015-07-20 09:41:58 +00:00
|
|
|
"use strict";
|
|
|
|
|
|
|
|
var config = {
|
2015-08-05 00:11:46 +00:00
|
|
|
port: 9000,
|
|
|
|
mongo: {
|
2015-08-07 00:47:23 +00:00
|
|
|
uri: "mongodb://localhost/swsgather_test"
|
2015-08-05 00:11:46 +00:00
|
|
|
},
|
2015-08-18 09:56:35 +00:00
|
|
|
secret_token: "SUPERSECRETFOO",
|
|
|
|
session_store_name: "_ENSL_session_key_staging",
|
2016-11-15 10:09:23 +00:00
|
|
|
hive_url: "http://hive.naturalselection2.com",
|
|
|
|
hive2_url: "http://hive2.ns2cdt.com",
|
2015-09-20 00:43:09 +00:00
|
|
|
ensl_rules_url: "http://www.ensl.org/articles/464",
|
|
|
|
ensl_url: "http://staging.ensl.org/",
|
|
|
|
steam_bot_link: "http://steamcommunity.com/id/nslgathers"
|
2015-07-20 09:41:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = config;
|