Update deployment configuration
This commit is contained in:
+5
-1
@@ -318,4 +318,8 @@ def create_area():
|
||||
return jsonify(response)
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True, port=5000)
|
||||
app.run(
|
||||
host='0.0.0.0',
|
||||
port=5000,
|
||||
debug=False
|
||||
)
|
||||
Reference in New Issue
Block a user