소스 검색

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')
 ];