stillbox/config.yaml.sample

13 lines
351 B
Text
Raw Normal View History

2024-07-14 17:39:03 -04:00
db:
2024-07-14 21:26:53 -04:00
driver: pgx
2024-07-14 17:39:03 -04:00
connect: 'postgres://postgres:password@localhost:5432/example'
2024-08-04 08:55:12 -04:00
auth:
jwtsecret: 'super secret string'
# this is the JWT cookie domain
domain: example.com
# this allows the JWT cookie to be served over plain HTTP only for these Host: header values
allowInsecureFor:
"localhost:3050": true
2024-07-14 17:39:03 -04:00
listen: ':3050'
public: true