jv246a.oran | e3ba965 | 2020-05-05 15:37:02 -0400 | [diff] [blame] | 1 | [auth]
|
Chen, Jackie (jv246a) | 321c6b5 | 2021-01-19 14:59:43 -0500 | [diff] [blame^] | 2 | auth_enabled= false
|
jv246a.oran | e3ba965 | 2020-05-05 15:37:02 -0400 | [diff] [blame] | 3 | username = %(USER)s
|
| 4 | password = %(PW)s
|
| 5 | [resource]
|
Chen, Jackie (jv246a) | 321c6b5 | 2021-01-19 14:59:43 -0500 | [diff] [blame^] | 6 | proxy_enabled = false
|
jv246a.oran | e3ba965 | 2020-05-05 15:37:02 -0400 | [diff] [blame] | 7 | https_proxy= %(HTTPS)s
|
| 8 | http_proxy= %(HTTP)s
|
| 9 | base_address = %(BASE_URL)s
|
| 10 | publish = /{topic_name}
|
| 11 | subscribe = /{topic_name}/{consumer_group}/{consumer_id} |