Files
openvox-docker/config/openvoxdb/database.ini
2026-03-02 15:40:16 +01:00

18 lines
502 B
INI
Executable File

# 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