overseer/config/default.json
Gregory Ballantine 30e23caf7f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added config options to define what host address and port to listen on
2022-11-04 18:07:44 -04:00

11 lines
154 B
JSON

{
"server": {
"address": "0.0.0.0",
"port": 3000
},
"database": {
"driver": "sqlite",
"connection_string": "data/overseer.db"
}
}