From aaae52df8e3972acd9d6df6838d5e59614818887 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 12 Dec 2024 04:32:54 +0100 Subject: [PATCH] IDEA: Add docker data source --- .idea/dataSources.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 6cfc387..318244b 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -1,12 +1,19 @@ - + postgresql true org.postgresql.Driver jdbc:postgresql:///acrate $ProjectFileDir$ + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://localhost:5432/postgres + $ProjectFileDir$ + \ No newline at end of file