Skip to content

Commit

Permalink
Change the host
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Jul 29, 2024
1 parent 7b8dd20 commit a4806c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class OpenMRSClinic extends Simulation {
private static final int duration = trafficConfiguration.getDuration();

HttpProtocolBuilder httpProtocol =
http.baseUrl("https://dev3.openmrs.org")
http.baseUrl("http://localhost")
.acceptHeader("application/json, text/plain, */*")
.acceptLanguageHeader("en-US,en;q=0.5")
.userAgentHeader(
Expand Down

0 comments on commit a4806c7

Please sign in to comment.