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