diff --git a/config/config.php b/config/config.php index 68575fa..86de642 100644 --- a/config/config.php +++ b/config/config.php @@ -53,6 +53,6 @@ return [ 'img_host' => env('OSS_IMG_HOST', ''), ], 'lgoin' => [ - 'authkey' => env('LOGIN_AUTHKEY', ''), + 'authkey' => env('STORE_LOGIN_AUTHKEY', ''), ], ];