~jan0sch/smederee

Showing details for patch 4469cca6122cee19e8e47344f31c8a51d215fa2d.
2023-06-16 (Fri), 2:55 PM - Jens Grassel - 4469cca6122cee19e8e47344f31c8a51d215fa2d

Default configuration: Fix indentation and add default database password.

Summary of changes
2 files modified with 12 lines added and 10 lines removed
  • modules/hub/src/main/resources/reference.conf with 6 added and 5 removed lines
  • modules/tickets/src/main/resources/reference.conf with 6 added and 5 removed lines
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