ensl_gathers/config/environments/development.js
2015-09-14 23:33:49 +01:00

15 lines
No EOL
352 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/",
steam_bot_link: "http://steamcommunity.com/id/nslgathers"
};
module.exports = config;