fileserver/backend/.idea/dataSources.xml

12 lines
534 B
XML
Raw Normal View History

2022-08-28 15:37:09 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="sqlite.db [2]" uuid="788293bd-abec-4b6b-a13e-26da21cb36dd">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
2022-09-03 21:32:20 +00:00
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/../run/sqlite.db</jdbc-url>
2022-08-28 15:37:09 +00:00
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>