|
52 | 52 | 'prefix' => '', |
53 | 53 | ], |
54 | 54 |
|
55 | | - 'webpanel' => [ |
56 | | - 'driver' => env('DB_DRIVER_PANEL', 'mysql'), |
57 | | - 'host' => env('DB_HOST_PANEL', 'localhost'), |
58 | | - 'database' => env('DB_DATABASE_PANEL', 'forge'), |
59 | | - 'username' => env('DB_USERNAME_PANEL', 'forge'), |
60 | | - 'password' => env('DB_PASSWORD_PANEL', ''), |
61 | | - 'charset' => 'utf8', |
62 | | - 'collation' => 'utf8_unicode_ci', |
63 | | - 'prefix' => env('DB_PREFIX_PANEL', 'webpanel_'), |
64 | | - 'strict' => false, |
65 | | - ], |
66 | | - 'store' => [ |
| 55 | + 'webpanel' => [ |
| 56 | + 'driver' => env('DB_DRIVER_PANEL', 'mysql'), |
| 57 | + 'host' => env('DB_HOST_PANEL', 'localhost'), |
| 58 | + 'database' => env('DB_DATABASE_PANEL', 'store'), |
| 59 | + 'username' => env('DB_USERNAME_PANEL', 'root'), |
| 60 | + 'password' => env('DB_PASSWORD_PANEL', ''), |
| 61 | + 'charset' => 'utf8', |
| 62 | + 'collation' => 'utf8_unicode_ci', |
| 63 | + 'prefix' => env('DB_PREFIX_PANEL', 'webpanel_'), |
| 64 | + 'strict' => false, |
| 65 | + ], |
| 66 | + 'store' => [ |
67 | 67 | 'driver' => env('DB_DRIVER_STORE', 'mysql'), |
68 | | - 'host' => env('DB_HOST_STORE', 'localhost'), |
69 | | - 'database' => env('DB_DATABASE_STORE', 'forge'), |
70 | | - 'username' => env('DB_USERNAME_STORE', 'forge'), |
71 | | - 'password' => env('DB_PASSWORD_STORE', ''), |
72 | | - 'charset' => 'utf8', |
73 | | - 'collation' => 'utf8_unicode_ci', |
74 | | - 'prefix' => env('DB_PREFIX_STORE', 'store_'), |
75 | | - 'strict' => false, |
76 | | - ], |
| 68 | + 'host' => env('DB_HOST_STORE', 'localhost'), |
| 69 | + 'database' => env('DB_DATABASE_STORE', 'store'), |
| 70 | + 'username' => env('DB_USERNAME_STORE', 'root'), |
| 71 | + 'password' => env('DB_PASSWORD_STORE', ''), |
| 72 | + 'charset' => 'utf8', |
| 73 | + 'collation' => 'utf8_unicode_ci', |
| 74 | + 'prefix' => env('DB_PREFIX_STORE', 'store_'), |
| 75 | + 'strict' => false, |
| 76 | + ], |
77 | 77 |
|
78 | 78 | 'pgsql' => [ |
79 | 79 | 'driver' => 'pgsql', |
|
0 commit comments