1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
gh-webhook-actor/app/config.py

8 lines
175 B
Python
Raw Permalink Normal View History

2018-10-25 20:49:18 +01:00
import os
GITHUB_WEBHOOK_SECRET = os.environ.get("GITHUB_WEBHOOK_SECRET")
2018-10-28 11:20:53 +00:00
SENTRY_DSN = os.environ.get("SENTRY_DSN")
2018-10-28 12:17:12 +00:00
TODOIST_API_TOKEN = os.environ.get("TODOIST_API_TOKEN")