chore: consolidate .env.example to docker folder only

- Remove root .env.example (now only in docker/ folder)
- Update .gitignore to not track root .env.example
- Keep docker/.env.example as single source of truth
This commit is contained in:
Christomatt
2026-02-01 18:37:32 +01:00
parent 2a4748441b
commit bdb05a95f6
4 changed files with 0 additions and 71 deletions
-23
View File
@@ -24,19 +24,6 @@ DB_USER=synapsis
DB_PASSWORD=your-secure-password-here
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
# ===========================================
@@ -47,13 +34,3 @@ PORT=auto
# Maximum AI bots per user (default: 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