We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cfd61 commit 64e212cCopy full SHA for 64e212c
docker-compose.yml
@@ -6,10 +6,10 @@ msg-node-nodejs:
6
ports:
7
- "9090:9090"
8
environment:
9
- - url=localhost
10
- - port=9090
11
- - domainRegistryUrl=http://localhost:4567/
12
- - globalRegistryUrl=http://130.149.22.133:5002/
+ - url=localhost # url:domain of CSP where the Messaging Node would be deployed
+ - port=9090 # port:port of Messaging Node would be deployed
+ - domainRegistryUrl=http://localhost:4567/ # url:domain of CSP where the registry-domain would be deployed
+ - globalRegistryUrl=http://130.149.22.133:5002/ # url:domain of CSP where the Global Registry would be deployed
13
- logLevel=INFO
14
# - logDir=/usr/src/app/logs
15
# - useSSL=1
0 commit comments