Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix incorrect default password on README.md #402

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ $ cd blockchain-explorer/app
* Change `fabric-path` to your fabric network disk path in the test-network.json file:
* Provide the full disk path to the adminPrivateKey config option. It usually ends with `_sk`, for example:
`/fabric-path/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/keystore/priv_sk`
* `adminUser` and `adminPassword` is the credential for the user of Explorer to log in to the dashboard
* `exploreradmin` and `exploreradminpw` is the credential for the user of Explorer to log in to the dashboard
* `enableAuthentication` is a flag to enable authentication using a login page. Setting to false will skip authentication.

## Run `create` database script:
Expand Down