mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-11 22:47:31 +00:00
faster image build with copy from pre-built binary cluster-id to 0 Added README.md documentation
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
|