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 2242090 commit 39066a9Copy full SHA for 39066a9
tests/AdapterTest.php
@@ -18,7 +18,7 @@ protected function initConfig()
18
{
19
$this->config = [
20
'type' => 'mysql', // mysql,pgsql,sqlite,sqlsrv
21
- 'hostname' => $this->env('DB_PORT', '127.0.0.1'),
+ 'hostname' => $this->env('DB_HOST', '127.0.0.1'),
22
'database' => $this->env('DB_DATABASE', 'casbin'),
23
'username' => $this->env('DB_USERNAME', 'root'),
24
'password' => $this->env('DB_PASSWORD', ''),
0 commit comments