updated settings page

This commit is contained in:
Quality System Admin
2025-10-22 21:39:21 +03:00
parent c96039542d
commit 1afd09b88b
6 changed files with 675 additions and 154 deletions

View File

@@ -3,4 +3,5 @@ from app import create_app
app = create_app()
if __name__ == '__main__':
app.run(debug=True, port=8781, host='0.0.0.0')
app.run(debug=True, port=8782, host='0.0.0.0') # Run on port 8782 for local testing
# In production, use Gunicorn with wsgi.py as the entry point with port 8781