added gunicorn and updated to the last version of server monitorizare
This commit is contained in:
@@ -46,7 +46,7 @@ def main():
|
||||
# Run application
|
||||
try:
|
||||
app.run(
|
||||
host='127.0.0.1',
|
||||
host='0.0.0.0',
|
||||
port=int(os.environ.get('PORT', 80)),
|
||||
debug=app.config.get('DEBUG', False)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user