~jan0sch/smederee
Showing details for patch 4469cca6122cee19e8e47344f31c8a51d215fa2d.
diff -rN -u old-smederee/modules/hub/src/main/resources/reference.conf new-smederee/modules/hub/src/main/resources/reference.conf --- old-smederee/modules/hub/src/main/resources/reference.conf 2025-01-16 03:07:39.344316611 +0000 +++ new-smederee/modules/hub/src/main/resources/reference.conf 2025-01-16 03:07:39.344316611 +0000 @@ -11,13 +11,14 @@ driver = "org.postgresql.Driver" driver = ${?SMEDEREE_HUB_DB_DRIVER} # The JDBC connection URL **without** username and password. - url = "jdbc:postgresql://localhost:5432/smederee" - url = ${?SMEDEREE_HUB_DB_URL} + url = "jdbc:postgresql://localhost:5432/smederee" + url = ${?SMEDEREE_HUB_DB_URL} # The username (login) needed to authenticate against the database. - user = "smederee_hub" - user = ${?SMEDEREE_HUB_DB_USER} + user = "smederee_hub" + user = ${?SMEDEREE_HUB_DB_USER} # The password needed to authenticate against the database. - pass = ${?SMEDEREE_HUB_DB_PASS} + pass = "secret" + pass = ${?SMEDEREE_HUB_DB_PASS} } # The general service configuration. diff -rN -u old-smederee/modules/tickets/src/main/resources/reference.conf new-smederee/modules/tickets/src/main/resources/reference.conf --- old-smederee/modules/tickets/src/main/resources/reference.conf 2025-01-16 03:07:39.344316611 +0000 +++ new-smederee/modules/tickets/src/main/resources/reference.conf 2025-01-16 03:07:39.344316611 +0000 @@ -62,13 +62,14 @@ driver = "org.postgresql.Driver" driver = ${?SMEDEREE_TICKETS_DB_DRIVER} # The JDBC connection URL **without** username and password. - url = "jdbc:postgresql://localhost:5432/smederee" - url = ${?SMEDEREE_TICKETS_DB_URL} + url = "jdbc:postgresql://localhost:5432/smederee" + url = ${?SMEDEREE_TICKETS_DB_URL} # The username (login) needed to authenticate against the database. - user = "smederee_tickets" - user = ${?SMEDEREE_TICKETS_DB_USER} + user = "smederee_tickets" + user = ${?SMEDEREE_TICKETS_DB_USER} # The password needed to authenticate against the database. - pass = ${?SMEDEREE_TICKETS_DB_PASS} + pass = "secret" + pass = ${?SMEDEREE_TICKETS_DB_PASS} } # Settings affecting how the service will communicate several information to