status-node: set explicit REST API port

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-04 19:43:34 +01:00
parent 3c25800bb2
commit 3d01924c13
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ nim_waku_node_key: '{{lookup("bitwarden", "fleets/status/"+stage+"/nodekeys", fi
nim_waku_pubsub_topics: '{{ ["/waku/2/default-waku/proto"] if stage == "prod" else ["/waku/2/default-waku/proto", "/waku/2/status-signed-test-1"] }}'
nim_waku_protected_topics: '{{ [] if stage == "prod" else ["/waku/2/status-signed-test-1:04070335f90e017ec1d7cb9a8e53d084dcf2c937cccb4272ed902881641613c6e0d46cf5531eee7ff8076616a2b8ac3436f71568f7a7032478fba3cac04c90e4e6"] }}'
# Ports
nim_waku_rest_port: 8645
nim_waku_p2p_tcp_port: 30303
nim_waku_p2p_udp_port: 30303
nim_waku_websock_port: 443

View File

@ -26,7 +26,7 @@
- name: infra-role-nim-waku
src: git@github.com:status-im/infra-role-nim-waku.git
version: 388ce02ac55b2b51b3732a13ceb1cc7f851c88a0
version: 6c7837b1f857379e7b66c8ce776ac050c7946705
scm: git
- name: infra-role-certbot