Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterCarl committed Dec 12, 2024
1 parent eef7119 commit 7f26b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/server/lib/oauth/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface OAuthKeycloakConfig {
clientSecret?: string
/**
* Keycloak OAuth Server URL
* @example http://192.168.1.10:8080/auth
* @example http://192.168.1.10:8080
* @default process.env.NUXT_OAUTH_KEYCLOAK_SERVER_URL
*/
serverUrl?: string
Expand All @@ -40,7 +40,7 @@ export interface OAuthKeycloakConfig {
*/
authorizationParams?: Record<string, string>
/**
* Redirect URL to to allow overriding for situations like prod failing to determine public hostname
* Redirect URL to allow overriding for situations like prod failing to determine public hostname
* @default process.env.NUXT_OAUTH_KEYCLOAK_REDIRECT_URL or current URL
*/
redirectURL?: string
Expand Down

0 comments on commit 7f26b98

Please sign in to comment.