Skip to content

Commit

Permalink
api-docs: add host to client options
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Feb 6, 2020
1 parent 54ed39b commit 8b0fafe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api-docs-slate/source/includes/_clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Custom port numbers are also configurable by the user.
Config | Type | Description
--------- | ----------- | -----------
network | _string_ | Network to use: `main`, `testnet`, `regtest`
port | _int_ | bcoin socket port (specific for each network)
port | _int_ | hsd socket port (defaults specific for each network)
host | _string_ | hsd API host URI (defaults to 127.0.0.1)
apiKey | _string_ | API secret

0 comments on commit 8b0fafe

Please sign in to comment.