blob: 8544645eead0ac2f6de583958a4e263b33b3fe97 [file] [log] [blame]
Volodymyr Stoiko20cfe392017-06-21 10:44:58 +03001parameters:
2 devops_portal:
3 config:
4 service:
5 janitormonkey:
6 configure_proxy: true
Volodymyr Stoiko1ae92ce2017-08-11 11:45:12 +03007 resolve_hostname: true
Vladislav Naumov735d2fd2017-09-22 15:26:28 +03008 proxy_connect_timeout: 300
9 proxy_send_timeout: 300
10 proxy_read_timeout: 300
11 send_timeout: 300
Volodymyr Stoiko20cfe392017-06-21 10:44:58 +030012 endpoint:
Volodymyr Stoiko1ae92ce2017-08-11 11:45:12 +030013 address: ${_param:janitor_monkey_bind_host}
14 port: ${_param:janitor_monkey_bind_port}
15 https: ${_param:janitor_monkey_ssl:enabled}