This commit is contained in:
41
source/WinFormApp/config.txt
Normal file
41
source/WinFormApp/config.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
|
||||
<!-- Development test MSSQL DB
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>MSSQL</DataBaseType>
|
||||
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=DevAyaNova;User Id=sa; Password = abraxis;</DataBaseConnectionString>
|
||||
-->
|
||||
|
||||
<!-- Customer restored MSSQL DB
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>MSSQL</DataBaseType>
|
||||
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=AyaNova-XXXXX;User Id=sa; Password=abraxis;</DataBaseConnectionString>
|
||||
-->
|
||||
|
||||
<!-- 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>
|
||||
<PortalServer>http://192.168.1.199/AyaNovaDP/DataPortal.rem</PortalServer>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<!-- Test data portal server
|
||||
<ConnectionType>DataPortal</ConnectionType>
|
||||
<PortalServer>http://xxxx.aya.haveabyte.com/DP/DataPortal.rem</PortalServer>
|
||||
|
||||
-->
|
||||
<!-- Use a shared Firebird server, NOTE change the 192.168.1.100 below to your Firebird server's actual IP Address
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>FireBird</DataBaseType>
|
||||
<DataBaseConnectionString>ServerType=0;DataSource=192.168.1.100;DataBase=AYANOVA;User=SYSDBA;Password=masterkey;Dialect=3;</DataBaseConnectionString>
|
||||
-->
|
||||
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user