# Environment Configuration Example # Copy this file to .env and customize values # Streamlit Configuration STREAMLIT_SERVER_PORT=8501 STREAMLIT_SERVER_MAXUPLOADSIZE=2000 STREAMLIT_LOGGER_LEVEL=info # Application Settings APP_ENV=production DEBUG=False # Cache Settings CACHE_EXPIRATION=3600 CACHE_DIR=./.streamlit/cache # Data Settings MAX_FILE_SIZE_MB=2000 SUPPORTED_FORMATS=h5ad # Model Settings DEFAULT_METABOLIC_MODEL=breast_cancer PRETRAINED_MODEL_NAME=Surajv/spMetaTME-human_64D_v1 # Analysis Settings DEFAULT_N_CLUSTERS=5 DEFAULT_N_NEIGHBORS=150 DEFAULT_BATCH_SIZE=80 # Performance NUM_WORKERS=4 USE_GPU=False # Logging LOG_LEVEL=INFO LOG_FILE=logs/app.log # Optional: Streamlit Cloud Credentials # STREAMLIT_EMAIL=your-email@example.com # STREAMLIT_PASSWORD=your-password