run super

This commit is contained in:
2025-12-08 18:50:29 +01:00
parent ee282d194d
commit 85bcb598df
13 changed files with 219 additions and 359 deletions

View File

@@ -0,0 +1,17 @@
# 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