9 lines
124 B
YAML
9 lines
124 B
YAML
|
debug: true
|
||
|
|
||
|
db:
|
||
|
dsn: "postgres://postgres:@localhost:5432/test?sslmode=disable"
|
||
|
|
||
|
listen: :8000
|
||
|
|
||
|
admins:
|
||
|
admin: password
|