overseer/build/etc/production.json

11 lines
168 B
JSON
Raw Normal View History

2022-11-04 09:07:31 -04:00
{
"server": {
"address": "0.0.0.0",
"port": 3000
},
2022-11-04 09:07:31 -04:00
"database": {
"driver": "sqlite",
"connection_string": "/opt/overseer/data/overseer.db"
}
}