GitBook: [#39] corrections

This commit is contained in:
Greg Adams
2021-10-28 21:02:40 +00:00
committed by gitbook-bot
parent 34b230f66f
commit 084572807e

View File

@@ -35,7 +35,7 @@ Example using docker (note that agent token and symmetric key are random example
```
docker run \
-e MODERNE_API_GATEWAY_RSOCKET_URI=https://api.tenant.moderne.io/rsocket \
-e MODERNE_AGENT_API_GATEWAY_RSOCKET_URI=https://api.tenant.moderne.io/rsocket \
-e MODERNE_AGENT_TOKEN=W43qp4h952T4w2qV \
-e MODERNE_AGENT_CRYPTO_SYMMETRICKEY=546A576E5A7234753778217A25432A462D4A614E645267556B58703273357638 \
-e MODERNE_AGENT_ARTIFACTORY_URL=https://myartifactory.example.com/artifactory/ \
@@ -64,7 +64,7 @@ Example (note that agent token and symmetric key are random examples)
```
java -jar moderne-agent-{version}.jar \
--moderne.api-gateway-roscket-uri==https://api.tenant.moderne.io/rsocket \
--moderne.agent.api-gateway-roscket-uri==https://api.tenant.moderne.io/rsocket \
--moderne.agent.token=W43qp4h952T4w2qV \
--moderne.agent.crypto.symmetricKey=546A576E5A7234753778217A25432A462D4A614E645267556B58703273357638 \
--moderne.agent.artifactory.url=https://myartifactory.example.com/artifactory/ \