Added amqp

This commit is contained in:
2021-08-19 03:25:30 +02:00
parent 5a5c510fa0
commit fdacc7a36d
6 changed files with 148 additions and 2 deletions

View File

@@ -14,3 +14,6 @@ class Config:
SENTRY_DSN = os.environ.get("SENTRY_DSN")
RELEASE_ID = os.environ.get("RELEASE_ID", "test")
RELEASEMODE = os.environ.get("RELEASEMODE", "dev")
PIKA_URL = os.environ['PIKA_URL']
EXCHANGE_NAME = os.environ.get("EXCHANGE_NAME", "sample-ready")