drop unused nim_waku_websocket_cont_port variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-06-01 15:35:24 +02:00
parent c20da4bff0
commit 9d29839034
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ nim_waku_store_capacity: 10000
# Enable websockets in Waku
nim_waku_websocket_enabled: true
nim_waku_websocket_secure_enabled: true
nim_waku_websocket_cont_port: 8000
nim_waku_websocket_domain: '{{ dns_entry }}'
nim_waku_websocket_ssl_dir: '/etc/letsencrypt'
nim_waku_websocket_ssl_cert: '/etc/letsencrypt/live/{{ nim_waku_websocket_domain }}/fullchain.pem'