Files
ayanova7/Installs/RI/config.txt
2018-06-29 19:47:36 +00:00

9 lines
628 B
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Example config.txt file, replace with your own sql server or FireBird Server config.txt for WBI (You can not use the embedded FireBird with WBI) -->
<!-- Use a shared Microsoft SQL Express 2005 Database -->
<!-- Replace COMPUTERNAME and PASSWORD below with values chosen during installation of SQL Express -->
<ConnectionType>DataBase</ConnectionType>
<DataBaseType>MSSQL</DataBaseType>
<DataBaseConnectionString>Server=COMPUTERNAME\SQLExpress;initial catalog=AyaNova;User Id=sa; Password=PASSWORD;</DataBaseConnectionString>
</configuration>