put the port separatly from the hostname for MSSQL

This commit is contained in:
Gilles Crettenand
2015-05-07 10:17:52 +02:00
parent a9190fe282
commit b3c1dbaca8
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ class Configuration {
private $values = array(
'db' => array(
'driver' => 'SQL Server Native Client 11.0',
'server' => 'BSR2012\SQLEXPRESS,1433',
'server' => 'BSR2012\SQLEXPRESS',
'port' => '1433',
'username' => 'alcoda',
'password' => 'alcodaonly',
'name' => 'NetBiblio3',