Skip to content

Commit

Permalink
udpate config to include server name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Feb 2, 2024
1 parent 4b1b9ff commit a761275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend_celery/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Config(object):

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

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

0 comments on commit a761275

Please sign in to comment.