From 2a4748441b77553d851a1e90ed6e513972a3b480 Mon Sep 17 00:00:00 2001 From: Christomatt Date: Sun, 1 Feb 2026 18:24:22 +0100 Subject: [PATCH] Updated .env.example --- .env.example | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.env.example b/.env.example index e9b694b..f96d984 100644 --- a/.env.example +++ b/.env.example @@ -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