# Procfile for Heroku/Railway deployment
web: gunicorn -b 0.0.0.0:$PORT -w 4 --threads 2 --timeout 120 app_production:app
release: python init_db.py
