18 lines
225 B
JavaScript
18 lines
225 B
JavaScript
|
module.exports = {
|
||
|
port: 8091,
|
||
|
secret: "!78sg7gu/fdi78(G/bgu=lö'+++c:4863",
|
||
|
|
||
|
database: {
|
||
|
uri: 'mongodb://localhost:27017/',
|
||
|
db: 'cc',
|
||
|
|
||
|
},
|
||
|
|
||
|
test: {
|
||
|
port: 3001,
|
||
|
db: 'cc-test',
|
||
|
env: 'test'
|
||
|
}
|
||
|
|
||
|
};
|