Skip to content

Commit

Permalink
Add in missing account_mailer_topic.
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed May 6, 2024
1 parent 3226cba commit d7e16c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queue_services/auth-queue/src/auth_queue/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ class _Config: # pylint: disable=too-few-public-methods

# PUB/SUB
# SUBSCRIBES TO THESE TOPICS: auth-event-dev and namex-nr-state-dev
GCP_AUTH_KEY = os.getenv('GCP_AUTH_KEY', None)
AUTH_SUB_AUDIENCE = os.getenv('AUTH_SUB_AUDIENCE')
VERIFY_PUBSUB_EMAILS = os.getenv('VERIFY_PUBSUB_EMAILS', 'email1,email2').split(',')
ACCOUNT_MAILER_TOPIC = os.getenv('ACCOUNT_MAILER_TOPIC', 'account-mailer-dev')

PAY_API_URL = os.getenv('PAY_API_URL') + os.getenv('PAY_API_VERSION')

Expand Down

0 comments on commit d7e16c5

Please sign in to comment.