mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 05:35:08 +08:00
fix: admin db port
This commit is contained in:
@@ -9,7 +9,6 @@ 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