mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +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
|