-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataSources.xml
More file actions
29 lines (29 loc) · 1.52 KB
/
dataSources.xml
File metadata and controls
29 lines (29 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<application>
<component name="dataSourceStorage" format="xml" multifile-model="true">
<data-source source="LOCAL" name="PRODUCTION READ ONLY" read-only="true" uuid="d3346584-3c47-4bda-8180-dda7f433503e">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://giftogram20enc.cfyuscwcftqh.us-east-1.rds.amazonaws.com/giftogram20</jdbc-url>
</data-source>
<data-source source="LOCAL" name="PRODUCTION WRITE" uuid="265c5e45-57bc-4f2a-941e-a8d230939d9f">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://giftogram20enc.cfyuscwcftqh.us-east-1.rds.amazonaws.com/giftogram20</jdbc-url>
</data-source>
<data-source source="LOCAL" name="DEVELOPMENT" uuid="4b49a4d9-6cb1-49d3-9508-9b3940e6a2fc">
<driver-ref>mysql_aurora</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://ggdev2-cluster.cluster-cfyuscwcftqh.us-east-1.rds.amazonaws.com/giftogram20</jdbc-url>
<jdbc-additional-properties>
<property name="APPROVED_DRIVER" value="mysql.8" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
<driver-properties>
<property name="enabledTLSProtocols" value="TLSv1,TLSv1.1,TLSv1.2,TLSv1.3" />
</driver-properties>
</data-source>
</component>
</application>