Skip to content

Commit

Permalink
Merge pull request #1 from linedotpaul/patch-1
Browse files Browse the repository at this point in the history
Alter config.sample.php - Made db_protocol empty by default
  • Loading branch information
lysender authored Jul 3, 2019
2 parents 3697922 + 6e23022 commit 1be0245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'compression' => '', // gzip, bzip2, etc
'db_host' => 'localhost',
'db_port' => '3307',
'db_protocol' => 'tcp',
'db_protocol' => '', // tcp, etc
'db_user' => 'root',
'db_passwd' => 'password',
'db_names' => array(
Expand Down

0 comments on commit 1be0245

Please sign in to comment.