mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-01-09 23:26:10 +00:00
10 lines
214 B
YAML
10 lines
214 B
YAML
auth_modules:
|
|
mypostgres:
|
|
type: userpass
|
|
userpass:
|
|
username: postgres
|
|
password: ${POSTGRES_PASSWORD}
|
|
options:
|
|
# options become key=value parameters of the DSN
|
|
sslmode: disable
|