mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 22:31:08 +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; |