Update deployment configuration

This commit is contained in:
Aryanta Putra
2026-06-11 23:53:08 +07:00
parent 2186a30bec
commit 8614a0f76a
4 changed files with 21 additions and 13 deletions
+5 -1
View File
@@ -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
)