Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Makhonin Vitaliy committed Jan 30, 2024
1 parent c0359ac commit 75c89ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/solana_config/templates/sv_manager.conf.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cluster_environment": "{% if cluster_environment is defined %}{{ cluster_environment }}{% else %}{{ hostvars[inventory_hostname]["cluster_environment"] }}{% endif %}",
"cluster_rpc_address": "{% if cluster_rpc_address is defined %}{{ cluster_rpc_address }}{% else %}{{ hostvars[inventory_hostname]["cluster_rpc_address"] }}{% endif %}",
"accounts_hash_cache_path": "{% if accounts_hash_cache_path is defined %}{{ accounts_hash_cache_path }}{% else %}{{ hostvars[inventory_hostname]["accounts_hash_cache_path"] }}{% endif %}",
"flat_path": "{% if flat_path is defined %}{{ flat_path }}{% else %}{{ hostvars[inventory_hostname]["flat_path"] }}{% endif %}",
"keybase_username": "{% if keybase_username is defined %}{{ keybase_username }}{% else %}{{ hostvars[inventory_hostname]["keybase_username"] }}{% endif %}",
"ledger_path": "{% if ledger_path is defined %}{{ ledger_path }}{% else %}{{ hostvars[inventory_hostname]["ledger_path"] }}{% endif %}",
Expand Down

0 comments on commit 75c89ca

Please sign in to comment.