Files
openvox-docker/config/openvoxdb/database.ini
2025-12-08 18:50:29 +01:00

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