2023-10-03 12:25:47 +03:00
|
|
|
### node filesystem config, adjust according to your needs.
|
|
|
|
### note, will run with default values if no .env is found.
|
|
|
|
|
|
|
|
### for example, if you use remote s3, you might want to set chunk_size to 5mb, and adjust flush_to_cold_interval
|
|
|
|
|
|
|
|
### Default values automatically set (s3 defaults to None)
|
|
|
|
|
2023-10-13 23:47:07 +03:00
|
|
|
# MEM_BUFFER_LIMIT=5242880 # 5mb
|
2023-11-17 19:18:35 +03:00
|
|
|
# READ_CACHE_LIMIT=5242880 # 5mb
|
2023-10-03 12:25:47 +03:00
|
|
|
# CHUNK_SIZE=262144 # 256kb
|
|
|
|
# FLUSH_TO_COLD_INTERVAL=60 # 60s
|
|
|
|
# ENCRYPTION=true # true
|
|
|
|
# CLOUD_ENABLED=false # false, controls whether new writes will be to s3 or local
|
|
|
|
|
|
|
|
### Example s3 config
|
|
|
|
# S3_ACCESS_KEY=minioadmin
|
|
|
|
# S3_SECRET__KEY=minioadmin
|
|
|
|
# S3_REGION=eu-north-1
|
2024-01-13 23:22:19 +03:00
|
|
|
# S3_BUCKET=mylittlebucket
|
2023-10-13 23:47:07 +03:00
|
|
|
# S3_ENDPOINT=http://localhost:9000
|