mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
13 lines
No EOL
214 B
JavaScript
13 lines
No EOL
214 B
JavaScript
"use strict";
|
|
|
|
var config = {
|
|
port: 80,
|
|
mongo: {
|
|
uri: "" // Set using MONGOLAB_URI
|
|
},
|
|
secret_token: "",
|
|
session_store_name: "_ENSL_session_key",
|
|
ensl_url: "http://www.ensl.org/"
|
|
};
|
|
|
|
module.exports = config; |