Updated .env.example
This commit is contained in:
@@ -24,19 +24,6 @@ DB_USER=synapsis
|
|||||||
DB_PASSWORD=your-secure-password-here
|
DB_PASSWORD=your-secure-password-here
|
||||||
DB_NAME=synapsis
|
DB_NAME=synapsis
|
||||||
|
|
||||||
# ===========================================
|
|
||||||
# OPTIONAL: S3-Compatible Storage
|
|
||||||
# ===========================================
|
|
||||||
# Only needed for image uploads. You can run Synapsis without these
|
|
||||||
# and add them later. Supports AWS S3, MinIO, Wasabi, Backblaze B2, etc.
|
|
||||||
|
|
||||||
# STORAGE_ENDPOINT=https://s3.your-provider.com
|
|
||||||
# STORAGE_REGION=us-east-1
|
|
||||||
# STORAGE_BUCKET=synapsis-uploads
|
|
||||||
# STORAGE_ACCESS_KEY=your-access-key
|
|
||||||
# STORAGE_SECRET_KEY=your-secret-key
|
|
||||||
# STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com
|
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# OPTIONAL: General Settings
|
# OPTIONAL: General Settings
|
||||||
# ===========================================
|
# ===========================================
|
||||||
@@ -47,13 +34,3 @@ PORT=auto
|
|||||||
|
|
||||||
# Maximum AI bots per user (default: 5)
|
# Maximum AI bots per user (default: 5)
|
||||||
# BOT_MAX_PER_USER=5
|
# BOT_MAX_PER_USER=5
|
||||||
|
|
||||||
# ===========================================
|
|
||||||
# OPTIONAL: Advanced
|
|
||||||
# ===========================================
|
|
||||||
|
|
||||||
# External Redis URL (if not using the built-in Redis)
|
|
||||||
# REDIS_URL=redis://redis:6379
|
|
||||||
|
|
||||||
# Docker Compose project name
|
|
||||||
# COMPOSE_PROJECT_NAME=synapsis
|
|
||||||
|
|||||||
Reference in New Issue
Block a user