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