Skip to content

Commit

Permalink
Update src/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
codedbychavez authored Jan 18, 2024
1 parent dc80f5c commit 36e2a21
Showing 1 changed file with 1 addition and 1 deletion.
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: 'gnLbCJ_nhUCGHl1SZNyC5Q/V794nqFnpkWY_7TuhXTaOw', // sdkKey is required
sdkKey: 'YOUR-CONFIGCAT-SDK-KEY', // 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 36e2a21

Please sign in to comment.