Test commit from v7 dev vm on new laptop

This commit is contained in:
2023-02-04 22:57:43 +00:00
parent 3ecfcabdef
commit 1ac71ccdcf
2 changed files with 10 additions and 4 deletions

View File

@@ -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=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password = abraxis;</DataBaseConnectionString>
-->
<!-- DEVELOPMENT embedded Firebird database
@@ -27,11 +27,16 @@
<PortalServer>http://XXXX.XXXXX/AyaNovaDP/DataPortal.rem</PortalServer>
-->
<!-- Customer restored MSSQL DB -->
<!-- Customer restored MSSQL DB
<ConnectionType>DataBase</ConnectionType>
<DataBaseType>MSSQL</DataBaseType>
<DataBaseConnectionString>Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=odAyaNova;User Id=sa; Password=abraxis;</DataBaseConnectionString>
-->
<!-- Test data portal server
<ConnectionType>DataPortal</ConnectionType>
<PortalServer>http://xxxx.aya.haveabyte.com/DP/DataPortal.rem</PortalServer>