mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 22:31:08 +00:00
13 lines
No EOL
243 B
JavaScript
13 lines
No EOL
243 B
JavaScript
"use strict";
|
|
|
|
var config = {
|
|
port: 8000,
|
|
mongo: {
|
|
uri: "mongodb://localhost/swsgather_development"
|
|
},
|
|
secret_token: "",
|
|
session_store_name: "_ENSL_session_key_staging",
|
|
ensl_url: "http://staging.ensl.org/"
|
|
};
|
|
|
|
module.exports = config; |