Files
ncore-sample/ncore-properties-template.xml
2024-07-02 17:29:02 +03:00

10 lines
661 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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-->
<!-- На линуксе файл должен быть доступен группе 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>