-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update two incorrect occurrences of the password for notreal@fakeemai…
…l.ch (#15299)
- Loading branch information
1 parent
7a5d460
commit a2c3da4
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#updated Update few incorrect occurences of the password for [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ You can also combine the `bootstrap` and `launch-and-test` commands into a singl | |
```shell | ||
./chaincli keeper launch-and-test --bootstrap | ||
``` | ||
In the output of this command, you will see the http address of the nodes, e.g. `http://localhost:6688`. This is the Chainlink Operator GUI. You can use the default username `[email protected]` and password `fj293fbBnlQ!f9vNs~#` to log in. | ||
In the output of this command, you will see the http address of the nodes, e.g. `http://localhost:6688`. This is the Chainlink Operator GUI. You can use the default username `[email protected]` and password `fj293fbBnlQ!f9vNs` to log in. | ||
|
||
### Logs | ||
Now that the nodes are running, you can use the `logs` subcommand to stream the output of the containers to your local terminal: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ import ( | |
|
||
const ( | ||
defaultChainlinkNodeLogin = "[email protected]" | ||
defaultChainlinkNodePassword = "fj293fbBnlQ!f9vNs~#" | ||
defaultChainlinkNodePassword = "fj293fbBnlQ!f9vNs" | ||
ethKeysEndpoint = "/v2/keys/eth" | ||
ocr2KeysEndpoint = "/v2/keys/ocr2" | ||
p2pKeysEndpoint = "/v2/keys/p2p" | ||
|