8 lines
473 B
Plaintext
8 lines
473 B
Plaintext
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<!-- 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> |