mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-22 20:51:23 +00:00
16 lines
No EOL
405 B
JavaScript
16 lines
No EOL
405 B
JavaScript
"use strict";
|
|
|
|
var config = {
|
|
port: 8000,
|
|
mongo: {
|
|
uri: "mongodb://localhost/swsgather_development"
|
|
},
|
|
secret_token: "",
|
|
session_store_name: "_ENSL_session_key_staging",
|
|
hive_url: "http://hive.naturalselection2.com/",
|
|
ensl_url: "http://staging.ensl.org/",
|
|
ensl_rules_url: "http://www.ensl.org/articles/464",
|
|
steam_bot_link: "http://steamcommunity.com/id/nslgathers"
|
|
};
|
|
|
|
module.exports = config; |