Skip to content

Commit

Permalink
improvements suggested by Adam
Browse files Browse the repository at this point in the history
  • Loading branch information
codedbychavez committed Jan 20, 2024
1 parent d43070c commit 0ac329b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const app = createApp(App)
app.use(router)

app.use(ConfigCatPlugin, {
sdkKey: 'YOUR-CONFIGCAT-SDK-KEY', // sdkKey is required
sdkKey: 'YOUR-CONFIGCAT-SDK-KEY/0123456789012345678901', // sdkKey is required
pollingMode: PollingMode.AutoPoll, // Optional. Default is AutoPoll
clientOptions: {
logger: createConsoleLogger(LogLevel.Info), // Optional. Default is LogLevel.None
Expand Down

0 comments on commit 0ac329b

Please sign in to comment.