Skip to content

Commit

Permalink
fix incorrect default password on README.md
Browse files Browse the repository at this point in the history
currently `README.md` show default username as `adminUser` and password as `adminUserPw`

but actual default username & password is `exploreradmin` & `exploreradminpw`

Signed-off-by: K3nt <phken91@gmail.com>
  • Loading branch information
phken91 authored and ArchanaArige committed Jul 4, 2023
1 parent bc56e6f commit 6207479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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

0 comments on commit 6207479

Please sign in to comment.