Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 1, 2024
1 parent 9884bd3 commit d274ca8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def read_config():
load_dotenv()
CONFIG = {
return {
'QUEUE_NAME': os.getenv('QUEUE_NAME'),
'TARGET_QUEUE_NAME': os.getenv('TARGET_QUEUE_NAME'),
'EXCHANGE': os.getenv('EXCHANGE'),
Expand All @@ -17,4 +17,3 @@ def read_config():
'STORAGE_ACCESS_KEY': os.getenv('STORAGE_ACCESS_KEY'),
'STORAGE_SECRET_KEY': os.getenv('STORAGE_SECRET_KEY')
}
return CONFIG

0 comments on commit d274ca8

Please sign in to comment.