Skip to content

Commit

Permalink
move demo app outside the provider package
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidlazio committed Sep 6, 2023
1 parent afff00c commit a5e03e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/demo/GoDemoApp.go → pkg/demo/GoDemoApp.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func main() {
clientSecret := "CLIENT_SECRET"
clientSecret := "xa0fQ4WKSvuxdjPtesupleiSbZeik6Gf"
fmt.Println("Fetching the flags...")

provider, err := confidence.NewFlagProvider(confidence.APIConfig{APIKey: clientSecret, Region: confidence.APIRegionEU})
Expand Down

0 comments on commit a5e03e0

Please sign in to comment.