Skip to content

Commit

Permalink
debugging on openmrs/openmrs-reference-application-distro:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Muta-Jonathan committed Oct 9, 2023
1 parent d0a123b commit f58d5c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qaframework-bdd-tests/docker/docker-compose-refqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- "3306:3306"

openmrs-referenceapplication:
image: openmrs/openmrs-reference-application-distro:qa
image: openmrs/openmrs-reference-application-distro:latest
depends_on:
- openmrs-referenceapplication-mysql
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
webapp.url=https://demo.openmrs.org/openmrs
webapp.url=http://localhost:8080/openmrs
login.username=admin
login.password=Admin123
login.location=Pharmacy
webdriver=chrome
login.auto=false
headless=true
#db.host=openmrs
db.host=openmrs
includes.csrftoken=true
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
webapp.url=https://demo.openmrs.org/openmrs
webapp.url=http://localhost:8080/openmrs
login.username=admin
login.password=Admin123
login.location=Pharmacy
webdriver=firefox
login.auto=false
headless=true
#db.host=openmrs
db.host=openmrs
includes.csrftoken=true

0 comments on commit f58d5c3

Please sign in to comment.