We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb786e commit 80d3aebCopy full SHA for 80d3aeb
allure-docker-api/app.py
@@ -73,7 +73,7 @@ def __str__(self):
73
app.config['JWT_REFRESH_TOKEN_EXPIRES'] = False
74
75
DEV_MODE = 0
76
-HOST = '0.0.0.0'
+HOST = '[::]'
77
PORT = os.environ['PORT']
78
THREADS = 7
79
URL_SCHEME = 'http'
0 commit comments