status-node: fix missing stage for DB hostname

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-01-12 10:18:02 +01:00
parent ff28064f64
commit e8b5ff2500
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ nim_waku_rpc_tcp_addr: 0.0.0.0
# Limits
nim_waku_p2p_max_connections: 200
# Store
nim_waku_store_message_db_host: 'db-01.{{ data_center }}.status.test.wg'
nim_waku_store_message_db_host: 'db-01.{{ data_center }}.status.{{ stage }}.wg'
nim_waku_store_message_db_name: 'nim-waku'
nim_waku_store_message_db_user: 'nim-waku'
nim_waku_store_message_db_pass: '{{lookup("bitwarden", "fleets/status/"+stage+"/db/nim-waku")}}'