# API PROJECT_NAME=Smash or Pass ALLOWED_ORIGINS=["http://localhost:5173","http://localhost:8080"] # Admin gate ADMIN_ENABLED=true # Database (SQLite file path) DATABASE_URL=sqlite:///./data/sop.db # MinIO / S3 S3_ENDPOINT_URL=http://minio:9000 S3_PUBLIC_URL=http://localhost:9000 S3_ACCESS_KEY=minioadmin S3_SECRET_KEY=minioadmin S3_BUCKET=sop S3_REGION=us-east-1