12 lines
351 B
Text
12 lines
351 B
Text
db:
|
|
driver: pgx
|
|
connect: 'postgres://postgres:password@localhost:5432/example'
|
|
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
|
|
listen: ':3050'
|
|
public: true
|