diff options
Diffstat (limited to 'onap-dcae-cbs-docker-client/README.md')
-rw-r--r-- | onap-dcae-cbs-docker-client/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onap-dcae-cbs-docker-client/README.md b/onap-dcae-cbs-docker-client/README.md index 81a8ef0..47ec9e4 100644 --- a/onap-dcae-cbs-docker-client/README.md +++ b/onap-dcae-cbs-docker-client/README.md @@ -5,7 +5,7 @@ Used for DCAE Dockerized microservices written in Python. Pulls your configurati # Client Usage ## Development outside of Docker -To test your raw code without Docker, you will need to set the env variables CONSUL_HOST and HOSTNAME (name of your key to pull from) that are set in DCAEs Docker enviornment. +To test your raw code without Docker, you will need to set the env variables CONSUL_HOST and HOSTNAME (name of your key to pull from) that are set in DCAEs Docker environment. 1. `CONSUL_HOST` is the hostname only of the Consul instance you are talking to 2. HOSTNAME is the name of your component in Consul |