Skip to content

Commit

Permalink
Point QA OCL Client to OCL staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed Apr 13, 2021
1 parent 67088e3 commit 53e7cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/oclclient-qa/docker-compose.yml
Expand Up @@ -5,7 +5,7 @@ services:
image: openmrs/ocl-client:qa
environment:
- OCL_API_HOST=${OCL_API_HOST:-https://api.staging.v1.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://qa.v1.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://staging.v1.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-qa}
ports:
- 8081:80
Expand Down
2 changes: 1 addition & 1 deletion files/oclclient-qa2/docker-compose.yml
Expand Up @@ -5,7 +5,7 @@ services:
image: openmrs/ocl-client:qa
environment:
- OCL_API_HOST=${OCL_API_HOST:-https://api.staging.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://app.qa.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://app.staging.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-qa}
ports:
- 8084:80
Expand Down

0 comments on commit 53e7cd8

Please sign in to comment.