25 lines
478 B
Plaintext
25 lines
478 B
Plaintext
[TANGO_CACHE]
|
|
#Address of MINIO Servers
|
|
MINIO_IP_LIST=192.168.10.61-64;
|
|
MINIO_LISTEN_PORT=9000
|
|
|
|
MAX_CONNECTION_PER_HOST=10
|
|
|
|
CACHE_BUCKET_NAME=openbucket
|
|
|
|
#Upload failed when exceed max memory constraintt
|
|
MAX_USED_MEMORY_SIZE_MB=5120
|
|
|
|
#Expire second of Upload header, 60s minimum.
|
|
CACHE_DEFAULT_TTL_SECOND=3600
|
|
|
|
#Hash object name to speedup query.
|
|
CACHE_OBJECT_KEY_HASH_SWITCH=0
|
|
|
|
#For WIRED LOAD BALANCER
|
|
#WIREDLB_OVERRIDE=1
|
|
#WIREDLB_TOPIC=
|
|
#WIREDLB_GROUP=
|
|
#WIREDLB_DATACENTER=
|
|
|