25 lines
341 B
JSON
25 lines
341 B
JSON
{
|
|
"services": [],
|
|
"webserver": {
|
|
"port": 3000,
|
|
"logger": {
|
|
"level": "warn"
|
|
}
|
|
},
|
|
"websocket": {
|
|
"path": "/socket",
|
|
"adapters": {
|
|
"types": ["redis"],
|
|
"redis": {
|
|
"host": "localhost",
|
|
"port": 6379
|
|
}
|
|
}
|
|
},
|
|
"auth": {
|
|
"jwt": {
|
|
"secret": "supersecret"
|
|
}
|
|
}
|
|
}
|