18 lines
502 B
INI
18 lines
502 B
INI
# This file configures the database connections for PuppetDB.
|
|
# It is mounted from the host system via docker-compose.yml.
|
|
|
|
[database]
|
|
classname = org.postgresql.Driver
|
|
subprotocol = postgresql
|
|
# The subname points to the postgres service defined in docker-compose.
|
|
subname = //postgres:5432/openvoxdb
|
|
username = openvox
|
|
password = StartStart1234
|
|
|
|
[read-database]
|
|
classname = org.postgresql.Driver
|
|
subprotocol = postgresql
|
|
subname = //postgres:5432/openvoxdb
|
|
username = openvox_ro
|
|
password = Start1234
|