Замена Sample на <%%RESERVED_NAME%%> для проектов на фабрике

This commit is contained in:
2026-01-19 19:25:00 +03:00
parent 4c87ee8325
commit b635941f70
17 changed files with 37 additions and 84 deletions

View File

@ -4,12 +4,12 @@
<comment>Configuration settings for ncore platform</comment>
<!-- Product settings -->
<entry key="product.name">sample</entry>
<entry key="product.title">Sample ncore project</entry>
<entry key="product.name"><%%RESERVED_NAME%%></entry>
<entry key="product.title"><%%RESERVED_NAME%%> ncore project</entry>
<!-- Database settings -->
<entry key="jdbc.drivers">org.firebirdsql.jdbc.FBDriver</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-<%%RESERVED_NAME%%>-dev?lc_ctype=WIN1251</entry>
<entry key="ncore.db.user">SYSDBA</entry>
<entry key="ncore.db.password">masterkey</entry>