case 3663
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</appender>
|
||||
<root>
|
||||
|
||||
<level value="INFO" />
|
||||
<level value="ALL" />
|
||||
<!--Default is "INFO", set to "ALL" if requested by tech support only-->
|
||||
|
||||
<appender-ref ref="RollingLogFileAppender" />
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</appender>
|
||||
<root>
|
||||
|
||||
<level value="INFO" />
|
||||
<level value="ALL" />
|
||||
<!--Default is "INFO", set to "ALL" if requested by tech support only-->
|
||||
|
||||
<appender-ref ref="RollingLogFileAppender" />
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
|
||||
<!-- Development test MSSQL DB
|
||||
|
||||
<!-- Development test MSSQL DB -->
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>MSSQL</DataBaseType>
|
||||
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password = abraxis;</DataBaseConnectionString>
|
||||
-->
|
||||
|
||||
|
||||
<!-- Customer restored MSSQL DB
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
@@ -13,11 +13,11 @@
|
||||
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=AyaNova-XXXXX;User Id=sa; Password=abraxis;</DataBaseConnectionString>
|
||||
-->
|
||||
|
||||
<!-- TEST embedded Firebird database -->
|
||||
<!-- TEST embedded Firebird database
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>FireBird</DataBaseType>
|
||||
<DataBaseConnectionString>ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.fdb;Dialect=3;</DataBaseConnectionString>
|
||||
|
||||
-->
|
||||
|
||||
<!-- DataPortal
|
||||
<ConnectionType>DataPortal</ConnectionType>
|
||||
@@ -25,6 +25,11 @@
|
||||
-->
|
||||
|
||||
|
||||
<!-- DataPortal
|
||||
<ConnectionType>DataPortal</ConnectionType>
|
||||
<PortalServer>http://XXXX.XXXXX/AyaNovaDP/DataPortal.rem</PortalServer>
|
||||
-->
|
||||
|
||||
|
||||
<!-- Test data portal server
|
||||
<ConnectionType>DataPortal</ConnectionType>
|
||||
|
||||
Reference in New Issue
Block a user