Files
ncore-sample/src/main/webapp/WEB-INF/ncore-properties.xml

17 lines
718 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Configuration settings for ncore platform</comment>
<!-- Product settings -->
<entry key="product.name"><%%RESERVED_GROUPNAME%%></entry>
<entry key="product.subsystem"><%%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-<%%RESERVED_NAME%%>?lc_ctype=WIN1251</entry>
<entry key="ncore.db.user">SYSDBA</entry>
<entry key="ncore.db.password">masterkey</entry>
</properties>