@@ -6,7 +6,7 @@ |
||
| 6 | 6 | return [ |
| 7 | 7 | 'token_manager' => [ |
| 8 | 8 | 'privateKey' => getenv('JWT_SIGNING_KEY'), |
| 9 | - 'allow_insecure_http' => $allow_insecure_http, |
|
| 10 | - 'relaxed_hosts' => $relaxed_hosts, |
|
| 9 | + 'allow_insecure_http' => $allow_insecure_http, |
|
| 10 | + 'relaxed_hosts' => $relaxed_hosts, |
|
| 11 | 11 | ] |
| 12 | 12 | ]; |