2015-07-20 09:41:58 +00:00
|
|
|
"use strict";
|
|
|
|
|
|
|
|
var config = {
|
2015-08-17 13:53:55 +00:00
|
|
|
port: 80,
|
2015-08-05 00:11:46 +00:00
|
|
|
mongo: {
|
|
|
|
uri: "" // Set using MONGOLAB_URI
|
|
|
|
},
|
2015-08-18 09:56:35 +00:00
|
|
|
secret_token: "",
|
2015-08-27 13:51:49 +00:00
|
|
|
session_store_name: "_ENSL_session_key",
|
2016-11-15 10:09:23 +00:00
|
|
|
hive_url: "http://hive.naturalselection2.com",
|
|
|
|
hive2_url: "http://hive2.ns2cdt.com",
|
2017-04-18 12:44:21 +00:00
|
|
|
ensl_url: "https://www.ensl.org/",
|
|
|
|
ensl_rules_url: "https://www.ensl.org/articles/464",
|
2015-09-14 22:33:49 +00:00
|
|
|
steam_bot_link: "http://steamcommunity.com/id/nslgathers"
|
2015-07-20 09:41:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = config;
|