mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 05:35:08 +08:00
修复数据库不是默认3306端口,框架连接不了数据库bug
This commit is contained in:
@@ -8,6 +8,7 @@ return [
|
||||
'username' => env('HYPERF_ADMIN_DB_USER'),
|
||||
'password' => env('HYPERF_ADMIN_DB_PWD'),
|
||||
'prefix' => env('HYPERF_ADMIN_DB_PREFIX'),
|
||||
'port' => env('HYPERF_ADMIN_DB_PORT'),
|
||||
]),
|
||||
],
|
||||
'init_routes' => [
|
||||
|
||||
Reference in New Issue
Block a user