-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataSources.xml
More file actions
22 lines (22 loc) · 988 Bytes
/
Copy pathdataSources.xml
File metadata and controls
22 lines (22 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<application>
<component name="dataSourceStorage" format="xml" multifile-model="true">
<data-source source="LOCAL" name="lou seal" uuid="3f3981ef-7722-4acf-afe3-e7d9091cef2e">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://lou.seal-software.net:5432/seal</jdbc-url>
<driver-properties>
<property name="ApplicationName" value="DataGrip" />
</driver-properties>
</data-source>
<data-source source="LOCAL" name="localhost seal" uuid="060fdf97-9e65-49d8-95e5-47b896f1f2da">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/seal</jdbc-url>
<driver-properties>
<property name="ApplicationName" value="DataGrip" />
</driver-properties>
</data-source>
</component>
</application>