Skip to content

Commit

Permalink
Merge pull request #26 from bityoga/explorer-fabric-2.2
Browse files Browse the repository at this point in the history
Configured Hyperledger Explorer for  fabric V2.2
  • Loading branch information
anandhakumarpalanisamy authored Aug 14, 2020
2 parents ac3bee4 + 600d61b commit 734c459
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 232 deletions.
4 changes: 2 additions & 2 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ name: "{{couchdb_user}}", password: "{{couchdb_password}}"

hlf_explorer_db : {
image : "hyperledger/explorer-db",
tag : "1.0.0-rc2",
tag : "1.1.2",
name : 'hlf_explorer_db',
replicas: -1,
db_name : "fabricexplorer",
Expand All @@ -128,7 +128,7 @@ hlf_explorer_db : {

hlf_explorer : {
image : "hyperledger/explorer",
tag : '1.0.0-rc2',
tag : '1.1.2',
name : 'hlf_explorer',
admin_user: "{{hlf_explorer_admin_user}}",
admin_password: "{{hlf_explorer_admin_password}}",
Expand Down
Loading

0 comments on commit 734c459

Please sign in to comment.