docs: S3 storage is optional, not required
This commit is contained in:
+9
-8
@@ -25,16 +25,17 @@ DB_PASSWORD=your-secure-password-here
|
|||||||
DB_NAME=synapsis
|
DB_NAME=synapsis
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# REQUIRED: S3-Compatible Storage
|
# OPTIONAL: S3-Compatible Storage
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# Supports AWS S3, MinIO, Wasabi, Backblaze B2, Cloudflare R2, etc.
|
# 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_ENDPOINT=https://s3.your-provider.com
|
||||||
STORAGE_REGION=us-east-1
|
# STORAGE_REGION=us-east-1
|
||||||
STORAGE_BUCKET=synapsis-uploads
|
# STORAGE_BUCKET=synapsis-uploads
|
||||||
STORAGE_ACCESS_KEY=your-access-key
|
# STORAGE_ACCESS_KEY=your-access-key
|
||||||
STORAGE_SECRET_KEY=your-secret-key
|
# STORAGE_SECRET_KEY=your-secret-key
|
||||||
STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com
|
# STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# OPTIONAL: General Settings
|
# OPTIONAL: General Settings
|
||||||
|
|||||||
+9
-8
@@ -25,16 +25,17 @@ DB_PASSWORD=your-secure-password-here
|
|||||||
DB_NAME=synapsis
|
DB_NAME=synapsis
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# REQUIRED: S3-Compatible Storage
|
# OPTIONAL: S3-Compatible Storage
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# Supports AWS S3, MinIO, Wasabi, Backblaze B2, Cloudflare R2, etc.
|
# 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_ENDPOINT=https://s3.your-provider.com
|
||||||
STORAGE_REGION=us-east-1
|
# STORAGE_REGION=us-east-1
|
||||||
STORAGE_BUCKET=synapsis-uploads
|
# STORAGE_BUCKET=synapsis-uploads
|
||||||
STORAGE_ACCESS_KEY=your-access-key
|
# STORAGE_ACCESS_KEY=your-access-key
|
||||||
STORAGE_SECRET_KEY=your-secret-key
|
# STORAGE_SECRET_KEY=your-secret-key
|
||||||
STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com
|
# STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# OPTIONAL: General Settings
|
# OPTIONAL: General Settings
|
||||||
|
|||||||
Reference in New Issue
Block a user