goipam/goipam.yaml

13 lines
188 B
YAML
Raw Permalink Normal View History

2024-02-22 20:52:37 +01:00
db:
host: localhost
password: dbpw
path: ./db.sqlite
port: 5432
sslmode: disable
type: sqlite
user: dbuser
web:
host: 0.0.0.0
port: 8080
prod: true