mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-05 04:05:14 -05:00
fix(file-upload): re-enabled file upload for mistral & url for file upload (#408)
* re-enabled file upload for mistral & url for file upload * consolidated env checks
This commit is contained in:
@@ -14,18 +14,3 @@ ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate
|
||||
|
||||
# Freestyle API Key (Required for sandboxed code execution for functions/custom-tools)
|
||||
# FREESTYLE_API_KEY= # Uncomment and add your key from https://docs.freestyle.sh/Getting-Started/run
|
||||
|
||||
# S3 Storage Configuration (Optional)
|
||||
# Set USE_S3=true to enable S3 storage in development
|
||||
# USE_S3=true
|
||||
|
||||
# AWS Credentials (Required when USE_S3=true)
|
||||
# AWS_ACCESS_KEY_ID=your-access-key-id
|
||||
# AWS_SECRET_ACCESS_KEY=your-secret-access-key
|
||||
|
||||
# S3 Configuration (Required when USE_S3=true)
|
||||
# S3_BUCKET_NAME=your-bucket-name
|
||||
# AWS_REGION=us-east-1
|
||||
|
||||
# Optional: Custom S3 Base URL (for custom domains or non-AWS S3-compatible storage)
|
||||
# S3_BASE_URL=https://your-custom-domain.com
|
||||
Reference in New Issue
Block a user