We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb40f6 commit 17841caCopy full SHA for 17841ca
tests/AdapterTest.php
@@ -17,7 +17,7 @@ protected function initConfig()
17
{
18
$this->config = [
19
'driver' => 'pdo_mysql', // ibm_db2, pdo_sqlsrv, pdo_mysql, pdo_pgsql, pdo_sqlite
20
- 'host' => $this->env('DB_PORT', '127.0.0.1'),
+ 'host' => $this->env('DB_HOST', '127.0.0.1'),
21
'dbname' => $this->env('DB_DATABASE', 'casbin'),
22
'user' => $this->env('DB_USERNAME', 'root'),
23
'password' => $this->env('DB_PASSWORD', ''),
0 commit comments