Skip to content
Snippets Groups Projects
Commit 5d02eab9 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Use different version of discovery config for tests and standalone. Standalone...

Use different version of discovery config for tests and standalone. Standalone version should be accessible from different nodes.
parent f54e43ef
No related branches found
No related tags found
No related merge requests found
{
"Mode": "static",
"Receiver": {
"MaxConnections": 32,
"StaticEndpoints": [ "localhost:8411" ]
},
"Broker": {
"StaticEndpoint": "localhost:8413"
},
"Mongo": {
"StaticEndpoint": "localhost:27017"
},
"FileTransferService": {
"StaticEndpoint": "localhost:8414"
},
"Monitoring": {
"StaticEndpoint": "localhost:8420"
},
"Port": 8410,
"LogLevel": "info"
}
......@@ -14,6 +14,7 @@ cp deploy/asapo_services_light/receiver.json /receiver_tcp.json
cp deploy/build_env/services-linux/receiver_fabric.json /
cp deploy/build_env/services-linux/receiver_kafka.json /
cp deploy/build_env/services-linux/discovery.json /
cp deploy/build_env/services-linux/*key /
cp deploy/build_env/services-linux/supervisord.conf /etc/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment