From c7f73a4a0e560f99d78455220850edb837619c7c Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 1 Aug 2024 10:08:29 -0400 Subject: [PATCH] Update the database connection config --- .idea/dataSources.local.xml | 21 +++++++++++++++++++++ .idea/dataSources.xml | 18 ++++++++++++++++++ .idea/workspace.xml | 24 +++++++++++++++++++----- 3 files changed, 58 insertions(+), 5 deletions(-) create mode 100644 .idea/dataSources.local.xml create mode 100644 .idea/dataSources.xml diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml new file mode 100644 index 0000000..2c8bf82 --- /dev/null +++ b/.idea/dataSources.local.xml @@ -0,0 +1,21 @@ + + + + + + % + " + + + master_key + _SYSTEM + + + + + + + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..fb190fc --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,18 @@ + + + + + intersystemsiris + true + com.intersystems.jdbc.IRISDriver + jdbc:IRIS://raspberrypi:1972/USER + + + + + + + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 321efe7..fb61557 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,8 @@