forked from lazzyfu/goInsight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataSources.xml
More file actions
21 lines (21 loc) · 981 Bytes
/
dataSources.xml
File metadata and controls
21 lines (21 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="Django default" uuid="b0174b19-1bfe-49e5-ad71-4c5b171d3055">
<driver-ref>mysql</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<remarks>$PROJECT_DIR$/sqlaudit/settings.py</remarks>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://127.0.0.1:3306/sqlaudit</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
<property name="yearIsDateType" value="false" />
<property name="characterEncoding" value="utf8" />
<property name="zeroDateTimeBehavior" value="convertToNull" />
<property name="characterSetResults" value="utf8" />
<property name="tinyInt1isBit" value="false" />
</driver-properties>
</data-source>
</component>
</project>