50 lines
1 KiB
Org Mode
50 lines
1 KiB
Org Mode
|
{
|
||
|
"NODE_ENV": "development",
|
||
|
"server": {
|
||
|
"port": 4030,
|
||
|
"host": "0.0.0.0"
|
||
|
},
|
||
|
"CIRCLECI_VERSION": "circleci_version_number",
|
||
|
"knex": {
|
||
|
"client": "pg",
|
||
|
"connection": {
|
||
|
"host" : "127.0.0.1",
|
||
|
"user" : "postgres",
|
||
|
"password" : "postgres",
|
||
|
"database" : "nfpmoe"
|
||
|
},
|
||
|
"connectionslave": null,
|
||
|
"migrations": {
|
||
|
},
|
||
|
"acquireConnectionTimeout": 10000
|
||
|
},
|
||
|
"bunyan": {
|
||
|
"name": "nfpmoe",
|
||
|
"streams": [{
|
||
|
"stream": "process.stdout",
|
||
|
"level": "debug"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"frontend": {
|
||
|
"url": "http://localhost:8080"
|
||
|
},
|
||
|
"jwt": {
|
||
|
"secret": "this-is-my-secret",
|
||
|
"options": {
|
||
|
"expiresIn": 604800
|
||
|
}
|
||
|
},
|
||
|
"googleid": "1076074914074-3no1difo1jq3dfug3glfb25pn1t8idud.apps.googleusercontent.com",
|
||
|
"sessionsecret": "this-is-session-secret-lol",
|
||
|
"bcrypt": 5,
|
||
|
"fileSize": 524288000,
|
||
|
"upload": {
|
||
|
"baseurl": "http://192.168.42.14",
|
||
|
"port": "2111",
|
||
|
"host": "storage01.nfp.is",
|
||
|
"name": "nfpmoe-dev",
|
||
|
"secret": "nfpmoe-dev"
|
||
|
}
|
||
|
}
|