Update ncore-properties-template.xml

This commit is contained in:
2024-01-17 16:25:28 +03:00
parent 84ba9b9f60
commit d1d294ba6f

View File

@ -3,4 +3,7 @@
<properties>
<entry key="ncore.developer.mode">true</entry>
<!-- <entry key="ncore.db.url">jdbc:firebirdsql:localhost:ncore-sample-dev?lc_ctype=WIN1251</entry> -->
<!-- Для автоматизированного рестора базы данных запустить gradlew nRDB-->
<entry key="ncore.db.backup.path">db/ncore.zip</entry>
<entry key="ncore.db.restore.path">~/sample-db/ncore-sample.fdb</entry>
</properties>