Поправлены конфигурационные файлы для
This commit is contained in:
5
config/firebird.conf
Normal file
5
config/firebird.conf
Normal file
@ -0,0 +1,5 @@
|
||||
AuthServer = Srp
|
||||
LdapLibrary = libldap.so.2
|
||||
AuthClient = Srp
|
||||
WireCrypt = Disabled
|
||||
UserManager = Srp
|
||||
20
config/ncore-properties.xml
Normal file
20
config/ncore-properties.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?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:/db/<%%RESERVED_NAME%%>.fdb?lc_ctype=WIN1251</entry>
|
||||
<entry key="ncore.db.user">SYSDBA</entry>
|
||||
<entry key="ncore.db.password">masterkey</entry>
|
||||
|
||||
<!-- Other settings -->
|
||||
<entry key="security.cryptoapi.disable">yes</entry> <!-- Disable usage of cryptographic functions -->
|
||||
<entry key="ncore.client.queryexit">yes</entry> <!-- Query before system exit -->
|
||||
</properties>
|
||||
Reference in New Issue
Block a user