Last active
November 26, 2022 17:16
-
-
Save cmltaWt0/5b5fbdb512308a9f3a260cfbd0198b80 to your computer and use it in GitHub Desktop.
Gamification ENABLE FEATURE FLAGS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FEATURES.update({ | |
"RG_GAMIFICATION": { | |
"ENABLED": True, | |
"RG_GAMIFICATION_ENDPOINT": "https://gamma.domain.in/", | |
"KEY": "key", | |
"SECRET": "secret", | |
"IGNORED_EVENT_TYPES": [] | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment