9 lines
628 B
Plaintext
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> |