From 1e48b1de66c49799c7f8d948958644d6ba52ffb20a5e6c06d5f8f6e178614a28 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Tue, 11 Nov 2025 20:23:48 +0100 Subject: [PATCH] Update database connection details to production configuration - Change data source name and JDBC URL for production environment. - Add new data source mapping file for SQL console. Signed-off-by: Till Wegmueller --- .idea/dataSources.xml | 9 ++------- .idea/data_source_mapping.xml | 6 ++++++ 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 .idea/data_source_mapping.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index fd18043..96021f3 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -1,16 +1,11 @@ - + postgresql true org.postgresql.Driver - jdbc:postgresql://localhost:5432/solstice - - - - - + jdbc:postgresql://172.18.0.5:5432/postgres $ProjectFileDir$ diff --git a/.idea/data_source_mapping.xml b/.idea/data_source_mapping.xml new file mode 100644 index 0000000..1c4d39c --- /dev/null +++ b/.idea/data_source_mapping.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file