Skip to content

Commit

Permalink
fixed default port for mssql in config
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed May 18, 2015
1 parent c87b080 commit c920ad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
'driverClass' =>'GameBackend\DBAL\Driver\PDODblib\Driver',
'params' => [
'host' => 'local',
'port' => '1443',
'port' => '1433',
'user' => 'foo',
'password' => 'bar',
'dbname' => 'ACCOUNT',
Expand All @@ -199,7 +199,7 @@
'driverClass' =>'GameBackend\DBAL\Driver\PDODblib\Driver',
'params' => [
'host' => 'local',
'port' => '1443',
'port' => '1433',
'user' => 'foo',
'password' => 'bar',
'dbname' => 'SHARD',
Expand All @@ -211,7 +211,7 @@
'driverClass' =>'GameBackend\DBAL\Driver\PDODblib\Driver',
'params' => [
'host' => 'local',
'port' => '1443',
'port' => '1433',
'user' => 'foo',
'password' => 'bar',
'dbname' => 'LOG',
Expand Down

0 comments on commit c920ad5

Please sign in to comment.