template edited

This commit is contained in:
2024-07-02 17:29:02 +03:00
parent 044ef38cbd
commit 410ea4d826

View File

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="ncore.developer.mode">true</entry>
<!-- <entry key="ncore.db.url">jdbc:firebirdsql:localhost:ncore-sample-dev?lc_ctype=WIN1251</entry> -->
<!-- <entry key="ncore.db.url">jdbc:firebirdsql:localhost:ncore-sample-dev?lc_ctype=WIN1251</entry> -->
<!-- Для автоматизированного рестора базы данных запустить gradlew nRDB-->
<!-- На линуксе файл должен быть доступен группе firbird/reddatabase!!! -->
<entry key="ncore.db.backup.path">db/ncore.zip</entry>
<!-- На линуксе файл должен быть доступен группе firbird/reddatabase!!! -->
<entry key="ncore.db.restore.path">/db/ncore-sample.fdb</entry>
</properties>