run super
This commit is contained in:
17
config/openvoxdb/database.ini
Normal file
17
config/openvoxdb/database.ini
Normal 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
|
||||
Reference in New Issue
Block a user