mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
GitBook: [#39] corrections
This commit is contained in:
@@ -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/ \
|
||||
|
||||
Reference in New Issue
Block a user