mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-02 13:03:15 +00:00
- Revised the .env.example file to clarify S3 storage configuration options and removed commented-out database URL. - Added a comment to the COOKIE_MAX_AGE constant in the language switcher for better understanding of its purpose.
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
# FOR FILESYSTEM STORAGE ENV VARS
|
|
ENABLE_S3=false
|
|
ENCRYPTION_KEY=change-this-key-in-production-min-32-chars
|
|
|
|
# FOR USE WITH S3 COMPATIBLE STORAGE
|
|
# ENABLE_S3=true
|
|
# S3_ENDPOINT=
|
|
# S3_PORT=
|
|
# S3_USE_SSL=
|
|
# S3_ACCESS_KEY=
|
|
# S3_SECRET_KEY=
|
|
# S3_REGION=
|
|
# S3_BUCKET_NAME=
|
|
# S3_FORCE_PATH_STYLE=
|