diff --git a/queue_services/auth-queue/src/auth_queue/config.py b/queue_services/auth-queue/src/auth_queue/config.py index abd298c403..a1ac2503d8 100644 --- a/queue_services/auth-queue/src/auth_queue/config.py +++ b/queue_services/auth-queue/src/auth_queue/config.py @@ -79,7 +79,6 @@ class _Config: # pylint: disable=too-few-public-methods else: SQLALCHEMY_DATABASE_URI = f'postgresql://{DB_USER}:{DB_PASSWORD}@{DB_HOST}:{int(DB_PORT)}/{DB_NAME}' - # PUB/SUB - PUB: account-mailer-dev, SUB: auth-event-dev and namex-nr-state-dev ACCOUNT_MAILER_TOPIC = os.getenv('ACCOUNT_MAILER_TOPIC', 'account-mailer-dev') # If blank in PUB/SUB, this should match the https endpoint the subscription is pushing to.