Обновить config/ncore-properties.xml

This commit is contained in:
2026-04-04 12:32:13 +03:00
parent b9c3a28974
commit 857f267689

View File

@ -10,7 +10,7 @@
<!-- Database settings --> <!-- Database settings -->
<entry key="jdbc.drivers">org.firebirdsql.jdbc.FBDriver</entry> <entry key="jdbc.drivers">org.firebirdsql.jdbc.FBDriver</entry>
<entry key="ncore.db.url">jdbc:firebirdsql:localhost:/db/<%%RESERVED_NAME%%>.fdb?lc_ctype=WIN1251</entry> <entry key="ncore.db.url">jdbc:firebirdsql:rdb:/db/<%%RESERVED_NAME%%>.fdb?lc_ctype=WIN1251</entry>
<entry key="ncore.db.user">SYSDBA</entry> <entry key="ncore.db.user">SYSDBA</entry>
<entry key="ncore.db.password">masterkey</entry> <entry key="ncore.db.password">masterkey</entry>