Skip to content

Commit 9fd57a7

Browse files
committed
add node API key storage section to README.md;
1 parent 2803e45 commit 9fd57a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ oracle-core generate-oracle-config
3939
and set the required parameters:
4040

4141
- `oracle_address` - a node's address that will be used by this oracle-core instance(pay tx fees, keep tokens, etc.). Make sure it has coins;
42-
- `node_url`, `node_api_key` - node connection parameters;
42+
- `node_url` node URL;
43+
44+
Set the environment variable `ORACLE_NODE_API_KEY` to the node's API key. You can put it in the `.secrets` file and then run `source .secrets` to load it into the environment. This way, the key does not get stored in the shell history.
4345

4446
## Bootstrapping a new oracle pool
4547

0 commit comments

Comments
 (0)