Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
bolyachevets committed Sep 5, 2024
1 parent 4705a6a commit 5524db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion queue_services/auth-queue/src/auth_queue/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5524db4

Please sign in to comment.