Skip to content

Commit

Permalink
docs: corrected examples and formatting of predecessors
Browse files Browse the repository at this point in the history
  • Loading branch information
novoj committed Sep 22, 2023
1 parent 5585dc3 commit 51490bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ public class EvitaTestContext implements TestContext {
public EvitaTestContext() {
this.evitaContract = new EvitaClient(
EvitaClientConfiguration.builder()
.host("localhost")
.host("demo.evitadb.io")
.port(5556)
// demo server provides Let's encrypt trusted certificate
.useGeneratedCertificate(true)
.useGeneratedCertificate(false)
// the client will not be mutually verified by the server side
.mtlsEnabled(false)
.build()
Expand Down

0 comments on commit 51490bc

Please sign in to comment.