Skip to content

Commit

Permalink
OCLOMRS-922: Extra slash in Subscription URL (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: jwnasambu <julietwamalwa@yahoo.com>
  • Loading branch information
jwnasambu and jwamalwa committed Jan 21, 2021
1 parent 89b4d59 commit 0e0af32
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion files/oclclient-demo/docker-compose.yml
Expand Up @@ -4,7 +4,7 @@ services:
oclclient:
image: openmrs/ocl-client:demo
environment:
- OCL_API_HOST=${OCL_API_HOST:-https://api.demo.openconceptlab.org/}
- OCL_API_HOST=${OCL_API_HOST:-https://api.demo.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://demo.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-demo}
ports:
Expand Down
2 changes: 1 addition & 1 deletion files/oclclient-prd/docker-compose.yml
Expand Up @@ -4,7 +4,7 @@ services:
oclclient:
image: openmrs/ocl-client:prd
environment:
- OCL_API_HOST=${OCL_API_HOST:-https://api.openconceptlab.org/}
- OCL_API_HOST=${OCL_API_HOST:-https://api.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-prd}
ports:
Expand Down
2 changes: 1 addition & 1 deletion files/oclclient-qa/docker-compose.yml
Expand Up @@ -4,7 +4,7 @@ services:
oclclient:
image: openmrs/ocl-client:qa
environment:
- OCL_API_HOST=${OCL_API_HOST:-https://api.qa.openconceptlab.org/}
- OCL_API_HOST=${OCL_API_HOST:-https://api.qa.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://qa.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-qa}
ports:
Expand Down
2 changes: 1 addition & 1 deletion files/oclclient-qa2/docker-compose.yml
Expand Up @@ -4,7 +4,7 @@ services:
oclclient:
image: openmrs/ocl-client:qa
environment:
- OCL_API_HOST=${OCL_API_HOST:-https://api.qa2.aws.openconceptlab.org/}
- OCL_API_HOST=${OCL_API_HOST:-https://api.qa2.aws.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://qa2.aws.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-qa}
ports:
Expand Down
2 changes: 1 addition & 1 deletion files/oclclient-stg/docker-compose.yml
Expand Up @@ -4,7 +4,7 @@ services:
oclclient:
image: openmrs/ocl-client:stg
environment:
- OCL_API_HOST=${OCL_API_HOST:-https://api.staging.openconceptlab.org/}
- OCL_API_HOST=${OCL_API_HOST:-https://api.staging.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://staging.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-stg}
ports:
Expand Down

0 comments on commit 0e0af32

Please sign in to comment.