9 lines
213 B
YAML
Raw Permalink Normal View History

2024-07-09 15:52:51 +02:00
auth_modules:
mypostgres:
type: userpass
userpass:
username: postgres
password: ${POSTGRES_PASSWORD}
options:
# options become key=value parameters of the DSN
sslmode: disable