~jan0sch/smederee

Showing details for patch bcceccfa10036bb10399b87ec17accd0cebb5c57.
2023-03-06 (Mon), 8:48 AM - Jens Grassel - bcceccfa10036bb10399b87ec17accd0cebb5c57

hub: Change default db for integration tests

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/it/resources/application.conf with 1 added and 1 removed lines
diff -rN -u old-smederee/modules/hub/src/it/resources/application.conf new-smederee/modules/hub/src/it/resources/application.conf
--- old-smederee/modules/hub/src/it/resources/application.conf	2025-01-31 13:55:29.722157860 +0000
+++ new-smederee/modules/hub/src/it/resources/application.conf	2025-01-31 13:55:29.722157860 +0000
@@ -1,5 +1,5 @@
 database {
-  url  = "jdbc:postgresql://localhost:5432/smeder_hub_it"
+  url  = "jdbc:postgresql://localhost:5432/smederee_hub_it"
   url  = ${?SMEDEREE_HUB_TEST_DB_URL}
   user = "smederee_hub"
   user = ${?SMEDEREE_HUB_TEST_DB_USER}