Skip to content

Commit

Permalink
fix: Update mediator and oas to latest working version with the TS SD…
Browse files Browse the repository at this point in the history
…K. (#68)
  • Loading branch information
elribonazo authored Dec 1, 2023
1 parent 413d502 commit b207e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Once cloned, create a new environment variable configuration file named __./ope

```
API_KEY_ENABLED=false
PRISM_AGENT_VERSION=1.12.0
PRISM_AGENT_VERSION=1.18.0
PRISM_NODE_VERSION=2.2.1
PORT=8000
NETWORK=prism
Expand All @@ -85,7 +85,7 @@ Create a new environment variable configuration file named __./open-enterprise-

```
API_KEY_ENABLED=false
PRISM_AGENT_VERSION=1.12.0
PRISM_AGENT_VERSION=1.18.0
PRISM_NODE_VERSION=2.2.1
PORT=9000
NETWORK=prism
Expand Down Expand Up @@ -310,7 +310,7 @@ The latest mediator version can be found at [Mediator releases](https://github.c
:::

```bash
MEDIATOR_VERSION=0.10.0 docker-compose up
MEDIATOR_VERSION=0.10.2 docker-compose up
```

`MEDIATOR_ENDPOINT` is then set to [http://localhost:8080](http://localhost:8080).
Expand Down

0 comments on commit b207e8e

Please sign in to comment.