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/ \