Skip to content

Commit

Permalink
removed server name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Feb 21, 2024
1 parent c19c2b4 commit 5b83fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend_celery/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Config(object):

HOST = os.environ.get('HOST')
PORT = os.environ.get('PORT')
SERVER_NAME = HOST + ':' + PORT
#SERVER_NAME = HOST + ':' + PORT

##### production config ####
TESTING = False
Expand Down

0 comments on commit 5b83fd3

Please sign in to comment.