diff options
-rw-r--r-- | onap-dcae-cbs-docker-client/README.md | 2 | ||||
-rw-r--r-- | python-dockering/ChangeLog.md | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/python-dockering/ChangeLog.md b/python-dockering/ChangeLog.md index b222e5d..d63a413 100644 --- a/python-dockering/ChangeLog.md +++ b/python-dockering/ChangeLog.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.4.0] -* Turn off cert verification for https healthchecks. See comments in the the code. +* Turn off cert verification for https healthchecks. See comments in the code. ## [1.3.0] |