forked from bladeours/homeBudget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataSources.xml
20 lines (20 loc) · 954 Bytes
/
dataSources.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="SQLite - shopping" uuid="73437867-c623-46b5-b39a-3578f656862d">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<remarks>main database</remarks>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db/shopping.db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="shoppingProd" uuid="a7e90970-19fd-4ff0-850d-fb24b42723ae">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/../installer/db/shopping.db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>