This commit is contained in:
2026-01-12 21:27:40 -05:00
parent 4573a38a75
commit 6223858114
4 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
# Production Environment Variables
# Copy this file to .env.production and fill in the values
# Flask app location
FLASK_APP=backend.app:create_app
# Backend port (defaults to 5001 if not set)
PORT=5001