mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-22 20:51:23 +00:00
14 lines
No EOL
299 B
JavaScript
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; |