Skip to content

Commit

Permalink
Merge pull request planetarium#204 from area363/update-genesis-block-…
Browse files Browse the repository at this point in the history
…path

update genesis block path in DP configuration
  • Loading branch information
area363 authored Dec 21, 2022
2 parents 7d51738 + 8f9de8c commit 255c997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 9c-main/data-provider-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ spec:
value: 'true'
- name: NC_BlockInsertInterval
value: '5'
- name: NC_GenesisBlockPath
value: "https://release.nine-chronicles.com/genesis-block-9c-main"
- name: NC_MySqlConnectionString
valueFrom:
secretKeyRef:
Expand Down
2 changes: 2 additions & 0 deletions 9c-main/data-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
value: 'true'
- name: NC_Render
value: 'false'
- name: NC_GenesisBlockPath
value: "https://release.nine-chronicles.com/genesis-block-9c-main"
- name: NC_MySqlConnectionString
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 255c997

Please sign in to comment.