Chen, Jackie | 63b197b | 2020-06-15 14:28:29 -0400 | [diff] [blame] | 1 | [auth] |
2 | creds_enabled= %(USE_CRED)s | ||||
3 | username = %(USER)s | ||||
4 | password = %(PW)s | ||||
5 | [api] | ||||
6 | base_url= %(API_URL)s | ||||
7 | port= %(API_PORT)s | ||||
8 | [resource] | ||||
9 | proxy_enabled = %(USE_PROXY)s | ||||
10 | https_proxy= %(HTTPS)s | ||||
11 | http_proxy= %(HTTP)s | ||||
12 | base_address = %(API_URL)s | ||||
13 | publish = /{topic_name} | ||||
14 | subscribe = /{topic_name}/{consumer_group}/{consumer_id} |