stillbox/config.yaml.sample

7 lines
145 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'
jwtsecret: 'super secret string'
listen: ':3050'
public: true