mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-12-03 01:22:29 +00:00
11 lines
No EOL
161 B
JavaScript
11 lines
No EOL
161 B
JavaScript
"use strict";
|
|
|
|
var config = {
|
|
port: 9000,
|
|
mongo: {
|
|
uri: "mongodb://localhost/swsgather_test"
|
|
},
|
|
secret_token: "SUPERSECRETFOO"
|
|
};
|
|
|
|
module.exports = config; |