Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nvatuan authored Jul 1, 2023
1 parent 9fd5c6c commit fca002c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bkdnoj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def get_bridged_django_address():
if bridged_django_host is None: bridged_django_host = 'localhost'

bridged_django_port=os.getenv('BKDNOJ_DJANGO_PORT')
if bridged_django_port is None: bridged_django_port = 9999
if bridged_django_port is None: bridged_django_port = 9998
else: bridged_django_port = int(bridged_django_port)
return [(bridged_django_host, bridged_django_port)]

Expand Down

0 comments on commit fca002c

Please sign in to comment.