From 084572807e2bb6df613252b19d117746eb3baa91 Mon Sep 17 00:00:00 2001 From: Greg Adams Date: Thu, 28 Oct 2021 21:02:40 +0000 Subject: [PATCH] GitBook: [#39] corrections --- how-to/on-premise-agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to/on-premise-agent.md b/how-to/on-premise-agent.md index dcac980f..fcfc252c 100644 --- a/how-to/on-premise-agent.md +++ b/how-to/on-premise-agent.md @@ -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/ \