6 lines
145 B
Text
6 lines
145 B
Text
db:
|
|
driver: pgx
|
|
connect: 'postgres://postgres:password@localhost:5432/example'
|
|
jwtsecret: 'super secret string'
|
|
listen: ':3050'
|
|
public: true
|