Files
Anton SHEPILOV 6f0bfbcd09 ♻️Removed unused websockets
2024-05-24 00:19:31 +02:00

21 lines
290 B
JSON

{
"services": [],
"webserver": {
"port": 3000,
"logger": {
"level": "warn"
}
},
"search": {
"type": "elasticsearch",
"elasticsearch": {
"endpoint": "http://localhost:9200"
}
},
"auth": {
"jwt": {
"secret": "supersecret"
}
}
}