Skip to content

Commit

Permalink
[config] update validator config (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored May 12, 2022
1 parent 4753489 commit 05372e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/helm/aptos-node/files/configs/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ consensus:
from_file:
waypoint:
from_file: /opt/aptos/genesis/waypoint.txt
identity_blob_path: /opt/aptos/genesis/private-keys.yml
identity_blob_path: /opt/aptos/genesis/validator-identity.yaml
sync_only: {{ .Values.validator.config.sync_only | default false}}
{{- if .Values.validator.config.mempool_poll_count }}
mempool_poll_count: {{ .Values.validator.config.mempool_poll_count }}
Expand All @@ -42,7 +42,7 @@ validator_network:
{{- end }}
identity:
type: "from_file"
path: /opt/aptos/genesis/private-keys.yml
path: /opt/aptos/genesis/validator-identity.yaml

full_node_networks:
- network_id:
Expand Down

0 comments on commit 05372e9

Please sign in to comment.