瀏覽代碼

fixed typo on config

Josh 4 年之前
父節點
當前提交
7b11007006
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/stag.php

+ 1 - 1
config/stag.php

@@ -2,7 +2,7 @@
 
 return [
     'backendUrl' => env('BACKEND_URL','http://localhost:8080'),
-    'stagUrl' => env('AUTH_URL', 'https://scholar.securecpu.com'),
+    'authUrl' => env('AUTH_URL', 'https://scholar.securecpu.com'),
     'hcpPortalUrl' =>env('HCP_PORTAL_URL', 'https://scholar.securecpu.com'),
     'tokboxApiKey' =>env('TOKBOX_API_KEY', '46678902')
 ];