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