status: disable connecting to bridge instance

Supposed to be a temproary fix for performance issues:
https://github.com/status-im/infra-status/issues/14

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-08-30 20:28:38 +02:00
parent 55c7b95239
commit 74f980b956
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ waku_peers_rpc_timeout: 20
waku_peers_rpc_retries: 5
waku_peers_consul_services:
- { name: '{{ nim_waku_cont_name }}', env: '{{ env }}', stage: '{{ stage }}' }
- { name: 'nim-waku-bridge', env: '{{ env }}', stage: '{{ stage }}' }
# Temporarily disabled bridge. https://github.com/status-im/infra-status/issues/14
#- { name: 'nim-waku-bridge', env: '{{ env }}', stage: '{{ stage }}' }
# LetsEncrypt via Certbot
certbot_docker_enabled: true