Files
ayanova7/source/NotifyTray/bin/Debug/Generator.exe.config
2018-06-29 19:47:36 +00:00

53 lines
2.1 KiB
XML

<?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>