Замена Sample на <%%RESERVED_NAME%%> для проектов на фабрике
This commit is contained in:
@ -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?lc_ctype=WIN1251</entry>
|
||||
<entry key="ncore.db.url">jdbc:firebirdsql:localhost:ncore-<%%RESERVED_NAME%%>?lc_ctype=WIN1251</entry>
|
||||
<entry key="ncore.db.user">SYSDBA</entry>
|
||||
<entry key="ncore.db.password">masterkey</entry>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user