Skip to content

Instantly share code, notes, and snippets.

@cmltaWt0
Last active November 26, 2022 17:16
Show Gist options
  • Save cmltaWt0/5b5fbdb512308a9f3a260cfbd0198b80 to your computer and use it in GitHub Desktop.
Save cmltaWt0/5b5fbdb512308a9f3a260cfbd0198b80 to your computer and use it in GitHub Desktop.
Gamification ENABLE FEATURE FLAGS
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