This commit is contained in:
52
source/NotifyTray/App.config
Normal file
52
source/NotifyTray/App.config
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
</startup>
|
||||
<appSettings>
|
||||
<!--"Authentication" should always be set to "CSLA" -->
|
||||
<add key="Authentication" value="CSLA" />
|
||||
<!--Only one of the following three connection types can be in effect
|
||||
(two others should be commented out)-->
|
||||
|
||||
|
||||
<!-- (DEFAULT) Use the single user local embedded Firebird database
|
||||
<add key="ConnectionType" value="DataBase"/>
|
||||
<add key="DataBaseType" value="FireBird"/>
|
||||
<add key="DataBaseConnectionString" value="ServerType=1;DataBase=C:\data\AyaNova 3.2\utils\AyaImport\AYANOVA.FDB;Dialect=3;"/>
|
||||
<add key="GenerateFromThisConnection" value="true"/>
|
||||
-->
|
||||
|
||||
|
||||
<!-- Use a shared Microsoft SQL Express 2005 Database -->
|
||||
<add key="ConnectionType" value="DataBase" />
|
||||
<add key="DataBaseType" value="MSSQL" />
|
||||
<add key="DataBaseConnectionString" value="Server=JOHN\SQLExpress;initial catalog=AyaNova;User Id=sa; Password=ayanova;" />
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Use a shared Firebird server
|
||||
<add key="ConnectionType" value="DataBase" />
|
||||
<add key="DataBaseType" value="FireBird" />
|
||||
<add key="DataBaseConnectionString" value="ServerType=0;DataSource=devsrvr;DataBase=AYANOVA;User=SYSDBA;Password=aya78787;Dialect=3;" />
|
||||
<add key="GenerateFromThisConnection" value="true"/>
|
||||
-->
|
||||
|
||||
|
||||
<!-- Use a shared Microsoft SQL server 2000/2005 or MSDE or SQL Express 2005 Database
|
||||
<add key="ConnectionType" value="DataBase" />
|
||||
<add key="DataBaseType" value="MSSQL" />
|
||||
<add key="DataBaseConnectionString" value="data source=DEVSRVR\SQLExpress;initial catalog=AyaNova;User Id=sa; Password=ayanova;" />
|
||||
-->
|
||||
|
||||
|
||||
<!-- Use a client's DataPortal connection for testing
|
||||
<add key="ConnectionType" value="DataPortal" />
|
||||
<add key="PortalServer" value="http://holco.no-ip.info:6969/AyaNovaDP/DataPortal.rem" />
|
||||
-->
|
||||
<!-- Use a DataPortal connection to AyaNova DB via another computer...
|
||||
<add key="ConnectionType" value="DataPortal" />
|
||||
<add key="PortalServer" value="http://192.168.1.100:6969/AyaNovaDP/DataPortal.rem" />
|
||||
-->
|
||||
</appSettings>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user