Skip to content

Commit

Permalink
Fix: playground config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Zellmer committed Dec 7, 2022
1 parent f5b9624 commit 5ca0dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineNuxtConfig({
password: 'password',
username: 'username',
realm: 'defaultRealm',
excludedRoutes: ['/health'],
enableOnDev: false
whitelistedRoutes: ['/health'],
enabled: false
}
})

0 comments on commit 5ca0dbb

Please sign in to comment.