041b96aa60
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
169 B
Bash
6 lines
169 B
Bash
BACKEND_PORT=8000
|
|
CORS_ORIGINS=http://localhost:5173,http://localhost
|
|
DATABASE_URL=sqlite:////data/jardin.db
|
|
UPLOAD_DIR=/data/uploads
|
|
VITE_API_URL=http://localhost:8000
|