Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pulak-opti committed Nov 24, 2023
1 parent 8638215 commit e1658a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
14 changes: 0 additions & 14 deletions Dockerfile

This file was deleted.

14 changes: 7 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,17 @@ webhook:
## http listener port
port: "8089"
# ## a map of Optimizely Projects to one or more SDK keys
projects:
## <project-id>: Optimizely project id as an integer
23897262460:
## sdkKeys: a list of SDKs linked to this project
sdkKeys:
- RiowyaMnbPxLa4dPWrDqu
# projects:
# ## <project-id>: Optimizely project id as an integer
# <project-id>:
# ## sdkKeys: a list of SDKs linked to this project
# sdkKeys:
# - <sdk-key-1>
# - <sdk-key-1>
# ## secret: webhook secret used the validate the notification
# secret: <secret-10000>
# ## skipSignatureCheck: override the signature check (not recommended for production)
skipSignatureCheck: true
# skipSignatureCheck: true

##
## optimizely client configurations (options passed to the underlying go-sdk)
Expand Down

0 comments on commit e1658a0

Please sign in to comment.