docs: emphasize importance of STORAGE_PATH in env example
This commit is contained in:
@@ -44,6 +44,7 @@ SMTP_PASS=your-sendgrid-api-key
|
|||||||
EMAIL_FROM=[email protected]
|
EMAIL_FROM=[email protected]
|
||||||
|
|
||||||
# Storage Paths
|
# Storage Paths
|
||||||
|
# IMPORTANT: STORAGE_PATH must be set to avoid file path resolution issues
|
||||||
# Docker deployment:
|
# Docker deployment:
|
||||||
STORAGE_PATH=/app/storage
|
STORAGE_PATH=/app/storage
|
||||||
EVENTS_PATH=/app/storage/events
|
EVENTS_PATH=/app/storage/events
|
||||||
|
|||||||
Reference in New Issue
Block a user