feature(externalServices): apply external services configuration via environment variable --no-verify
This commit is contained in:
parent
e1f36227b1
commit
819e977ae3
4 changed files with 27 additions and 12 deletions
10
README.md
10
README.md
|
|
@ -133,6 +133,16 @@ npm run final:desktop
|
|||
|
||||
On success, the Chrome extension will be located at: `browser-extensions/chrome/copay-chrome-extension`. To install it go to `chrome://extensions/` in your browser and ensure you have the 'developer mode' option enabled in the settings. Then click on "Load unpacked chrome extension" and choose the directory mentioned above.
|
||||
|
||||
## Configuration
|
||||
|
||||
### Enable External Services
|
||||
|
||||
To enable external services, set the `COPAY_EXTERNAL_SERVICES_CONFIG_LOCATION` environment variable to the location of your configuration before running the `apply` task.
|
||||
|
||||
```sh
|
||||
export COPAY_EXTERNAL_SERVICES_CONFIG_LOCATION="~/.copay/externalServices.json"
|
||||
```
|
||||
|
||||
## About Copay
|
||||
|
||||
### General
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue