refactor:将pangu_pxy更名为cache
This commit is contained in:
@@ -8,8 +8,8 @@ entrance_id=0
|
||||
|
||||
#Addresses of hos, Bucket name in hos. Format is defined by WiredLB.
|
||||
{% raw %}
|
||||
cache_ip_list = {{ pangu_pxy.log_cache.address }}
|
||||
cache_listen_port = {{ pangu_pxy.log_cache.port }}
|
||||
cache_ip_list = {{ cache.hos.ip }}
|
||||
cache_listen_port = {{ cache.hos.port }}
|
||||
{% endraw %}
|
||||
cache_bucket_name=hos/proxy_hos_bucket
|
||||
cache_token=c21f969b5f03d33d43e04f8f136e7682
|
||||
|
||||
@@ -30,12 +30,12 @@ APP_SKETCH:
|
||||
ip: "127.0.0.1"
|
||||
port: 1883
|
||||
|
||||
|
||||
pangu_pxy:
|
||||
log_cache:
|
||||
address: "10.9.62.253"
|
||||
cache:
|
||||
hos:
|
||||
ip: "127.0.0.1"
|
||||
port: 9090
|
||||
|
||||
|
||||
tsg_sn: "CBT2201925000002"
|
||||
|
||||
# NPB_device value in [inline_device, tera,direct]
|
||||
|
||||
Reference in New Issue
Block a user