f1bf507865
* 🚧 #46 Shared with me
31 lines
460 B
JSON
31 lines
460 B
JSON
{
|
|
"services": [],
|
|
"webserver": {
|
|
"port": 3000,
|
|
"logger": {
|
|
"level": "warn"
|
|
}
|
|
},
|
|
"search": {
|
|
"type": "elasticsearch",
|
|
"elasticsearch": {
|
|
"endpoint": "http://localhost:9200"
|
|
}
|
|
},
|
|
"websocket": {
|
|
"path": "/socket",
|
|
"adapters": {
|
|
"types": ["redis"],
|
|
"redis": {
|
|
"host": "localhost",
|
|
"port": 6379
|
|
}
|
|
}
|
|
},
|
|
"auth": {
|
|
"jwt": {
|
|
"secret": "supersecret"
|
|
}
|
|
}
|
|
}
|