mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 17:13:45 +08:00
14 lines
No EOL
609 B
XML
14 lines
No EOL
609 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
|
<data-source source="LOCAL" name="document.db" uuid="a2c75661-f9e2-478f-a69f-6a9409e69997">
|
|
<driver-ref>sqlite.xerial</driver-ref>
|
|
<synchronize>true</synchronize>
|
|
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
|
|
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/../trilium-data/document.db</jdbc-url>
|
|
<driver-properties>
|
|
<property name="enable_load_extension" value="true" />
|
|
</driver-properties>
|
|
</data-source>
|
|
</component>
|
|
</project> |