Added config options to define what host address and port to listen on
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-04 18:07:44 -04:00
parent 9afe8c5391
commit 30e23caf7f
3 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,8 @@
{
"server": {
"address": "0.0.0.0",
"port": 3000
},
"database": {
"driver": "sqlite",
"connection_string": "/opt/overseer/data/overseer.db"