Files
ncore-sample/ncore-properties-template.xml

12 lines
770 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.

<?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> -->
<!-- Для автоматизированного рестора базы данных запустить 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>