This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/cache/test/pangu_tg_cahce.conf

25 lines
478 B
Plaintext
Raw Normal View History

2018-09-18 11:14:11 +08:00
[TANGO_CACHE]
2018-10-14 18:45:02 +08:00
#Address of MINIO Servers
MINIO_IP_LIST=192.168.10.61-64;
MINIO_LISTEN_PORT=9000
2018-09-18 11:14:11 +08:00
MAX_CONNECTION_PER_HOST=10
CACHE_BUCKET_NAME=openbucket
2018-10-14 18:45:02 +08:00
#Upload failed when exceed max memory constraintt
2018-09-18 11:14:11 +08:00
MAX_USED_MEMORY_SIZE_MB=5120
2018-10-14 18:45:02 +08:00
#Expire second of Upload header, 60s minimum.
CACHE_DEFAULT_TTL_SECOND=3600
2018-09-18 11:14:11 +08:00
2018-10-14 18:45:02 +08:00
#Hash object name to speedup query.
CACHE_OBJECT_KEY_HASH_SWITCH=0
2018-10-14 18:45:02 +08:00
#For WIRED LOAD BALANCER
#WIREDLB_OVERRIDE=1
#WIREDLB_TOPIC=
#WIREDLB_GROUP=
#WIREDLB_DATACENTER=
2018-09-18 11:14:11 +08:00