Rename env.txt to .env
env.txt
.env
Sets custom connection details for external Redis hosts.
To use MinIO on production following environment variables should be set:
FILESYSTEM_CLOUD: minio
MINIO_ENDPOINT: "protocol://host:port" (for example: https://host:9000)
MINIO_ENDPOINT: "protocol://host:port"
https://host:9000
as well as other typical AWS_* credentials.
AWS_*
Last updated 1 month ago