feature(externalServices): apply external services configuration via environment variable --no-verify

This commit is contained in:
Jason Dreyzehner 2016-10-21 12:01:29 -04:00
commit 819e977ae3
4 changed files with 27 additions and 12 deletions

View file

@ -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