mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-19 16:11:01 +00:00
11 lines
No EOL
139 B
JavaScript
11 lines
No EOL
139 B
JavaScript
"use strict";
|
|
|
|
var config = {
|
|
port: 8080,
|
|
mongo: {
|
|
uri: "" // Set using MONGOLAB_URI
|
|
},
|
|
secret_token: ""
|
|
};
|
|
|
|
module.exports = config; |