]> BookStack Code Mirror - bookstack/blobdiff - app/Config/oidc.php
Add unit test for ip addess searching
[bookstack] / app / Config / oidc.php
index 1b50d9d66c9cabacb1d72e2068112f4caf2f7ede..842ac8af6b8ef236822fe50a9c11c8190627bff7 100644 (file)
@@ -31,5 +31,5 @@ return [
 
     // OAuth2 endpoints.
     'authorization_endpoint' => env('OIDC_AUTH_ENDPOINT', null),
-    'token_endpoint' => env('OIDC_TOKEN_ENDPOINT', null),
+    'token_endpoint'         => env('OIDC_TOKEN_ENDPOINT', null),
 ];