| Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | devops_portal: | ||||
| 3 | config: | ||||
| 4 | service: | ||||
| 5 | hardware-correlation: | ||||
| 6 | configure_proxy: true | ||||
| 7 | resolve_hostname: true | ||||
| 8 | proxy_connect_timeout: 300 | ||||
| 9 | proxy_send_timeout: 300 | ||||
| 10 | proxy_read_timeout: 300 | ||||
| 11 | send_timeout: 300 | ||||
| 12 | endpoint: | ||||
| 13 | address: ${_param:hce_bind_host} | ||||
| 14 | port: ${_param:hce_bind_port} | ||||
| 15 | https: ${_param:hce_ssl:enabled} | ||||