Skip to content

Commit

Permalink
Implemented PHP 8.2 compatibility - fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbankowski committed Jun 19, 2023
1 parent 089d5f6 commit 16376d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/test/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$config['db']['user'] = 'ouzo_user';
$config['db']['pass'] = 'password';
$config['db']['driver'] = 'pgsql';
$config['db']['host'] = '172.17.0.8';
$config['db']['host'] = '127.0.0.1';
$config['db']['port'] = '5432';
}
$config['db']['dbname'] = 'ouzo_test';
Expand Down

0 comments on commit 16376d5

Please sign in to comment.