hazelcast port setting changed to default

This commit is contained in:
ialbert 2022-10-10 17:54:31 +03:00
parent 177b0f8602
commit cdd322d628
7 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
spring.main.web-application-type=none spring.main.web-application-type=none
account-service.hazelcast.cluster-members=127.0.0.1:5071 account-service.hazelcast.cluster-members=127.0.0.1:5701
account-service.hazelcast.login=dev account-service.hazelcast.login=dev
account-service.hazelcast.password=dev-pass account-service.hazelcast.password=dev-pass

View file

@ -1,5 +1,5 @@
spring.main.web-application-type=none spring.main.web-application-type=none
balance-service.hazelcast.cluster-members=127.0.0.1:5071 balance-service.hazelcast.cluster-members=127.0.0.1:5701
balance-service.hazelcast.login=dev balance-service.hazelcast.login=dev
balance-service.hazelcast.password=dev-pass balance-service.hazelcast.password=dev-pass

View file

@ -1,5 +1,5 @@
spring.main.web-application-type=none spring.main.web-application-type=none
company-service.hazelcast.cluster-members=127.0.0.1:5071 company-service.hazelcast.cluster-members=127.0.0.1:5701
company-service.hazelcast.login=dev company-service.hazelcast.login=dev
company-service.hazelcast.password=dev-pass company-service.hazelcast.password=dev-pass
company-service.kafka.bootstrap-servers=localhost:9092 company-service.kafka.bootstrap-servers=localhost:9092

View file

@ -2,7 +2,7 @@ server.port=8080
server.servlet.context-path=/exporter server.servlet.context-path=/exporter
spring.main.web-application-type=servlet spring.main.web-application-type=servlet
export-dbf-service.hazelcast.cluster-members=10.200.200.181:5071 export-dbf-service.hazelcast.cluster-members=10.200.200.181:5701
export-dbf-service.hazelcast.login=dev export-dbf-service.hazelcast.login=dev
export-dbf-service.hazelcast.password=dev-pass export-dbf-service.hazelcast.password=dev-pass

View file

@ -12,7 +12,7 @@ import-dbf-service.common.encoding-source=cp866
import-dbf-service.common.insert-batch-size=100 import-dbf-service.common.insert-batch-size=100
import-dbf-service.common.threads-count=10 import-dbf-service.common.threads-count=10
import-dbf-service.hazelcast.cluster-members=10.200.200.181:5071 import-dbf-service.hazelcast.cluster-members=10.200.200.181:5701
import-dbf-service.hazelcast.login=dev import-dbf-service.hazelcast.login=dev
import-dbf-service.hazelcast.password=dev-pass import-dbf-service.hazelcast.password=dev-pass

View file

@ -4,7 +4,7 @@ import java.util.List;
public class HazelcastServerSettings { public class HazelcastServerSettings {
private int listenPort = 5071; private int listenPort = 5701;
private String login; private String login;
private String password; private String password;
private List<String> clusterMembers; private List<String> clusterMembers;

View file

@ -1,6 +1,6 @@
spring.main.web-application-type=none spring.main.web-application-type=none
securities-service.hazelcast.cluster-members=127.0.0.1:5071 securities-service.hazelcast.cluster-members=127.0.0.1:5701
securities-service.hazelcast.login=dev securities-service.hazelcast.login=dev
securities-service.hazelcast.password=dev-pass securities-service.hazelcast.password=dev-pass