Browse Source

add jwt_secrets_key

visuddhinanda 3 months ago
parent
commit
7f8b53b973
1 changed files with 2 additions and 0 deletions
  1. 2 0
      api-v12/config/mint.php

+ 2 - 0
api-v12/config/mint.php

@@ -4,6 +4,8 @@ return [
     'app' => [
         'icp_code' => env('APP_ICP_CODE', ''),
         'mps_code' => env('APP_MPS_CODE', ''),
+        'jwt_secrets_key' => env('JWT_SECRETS_KEY', ''),
+
     ],
     'languages' => [
         'en' => 'English',