File tree Expand file tree Collapse file tree 2 files changed +0
-78
lines changed Expand file tree Collapse file tree 2 files changed +0
-78
lines changed Original file line number Diff line number Diff line change 4
4
logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
5
5
http.parsing.max-content-length = 1G
6
6
http.server.default-host-header = "cfpb.gov"
7
-
8
- actor {
9
- provider = cluster
10
- }
11
-
12
- remote {
13
- log-remote-lifecycle-events = error
14
- netty.tcp {
15
- hostname = ${clustering.ip}
16
- port = ${clustering.port}
17
- }
18
- }
19
-
20
- cluster {
21
- failure-detector.threshold = 12 //Increase value for AWS environments
22
- metrics.enabled = off
23
- }
24
-
25
- extensions = ["de.heikoseeberger.constructr.ConstructrExtension"]
26
-
27
- }
28
-
29
- constructr.coordination.nodes = [${hmda.zookeeperHost}":"${hmda.zookeeperPort}]
30
-
31
- clustering {
32
- name = "hmda"
33
- name = ${?HMDA_CLUSTER_NAME}
34
- ip = "127.0.0.1"
35
- port = 0
36
- port = ${?APP_PORT}
37
7
}
38
8
39
9
hmda {
@@ -58,10 +28,6 @@ hmda {
58
28
}
59
29
isDemo = true
60
30
actor-flow-parallelism = 4
61
- zookeeperHost = "192.168.99.100"
62
- zookeeperHost = ${?ZOOKEEPER_HOST}
63
- zookeeperPort = 2181
64
- zookeeperPort = ${?ZOOKEEPER_PORT}
65
31
}
66
32
67
33
Original file line number Diff line number Diff line change 4
4
logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
5
5
http.parsing.max-content-length = 1G
6
6
http.server.default-host-header = "cfpb.gov"
7
-
8
- actor {
9
- provider = cluster
10
- }
11
-
12
- remote {
13
- log-remote-lifecycle-events = error
14
- netty.tcp {
15
- hostname = ${clustering.ip}
16
- port = ${clustering.port}
17
- }
18
- }
19
-
20
- cluster {
21
- failure-detector.threshold = 12 //Increase value for AWS environments
22
- metrics.enabled = off
23
-
24
- retry-unsuccessful-join-after = 20s
25
-
26
- http {
27
- management {
28
- hostname = "127.0.0.1"
29
- port = 9999
30
- }
31
- }
32
-
33
- }
34
-
35
- extensions = ["de.heikoseeberger.constructr.ConstructrExtension"]
36
-
37
- }
38
-
39
- constructr.coordination.nodes = [${hmda.zookeeperHost}":"${hmda.zookeeperPort}]
40
-
41
- clustering {
42
- name = "hmda"
43
- name = ${?HMDA_CLUSTER_NAME}
44
- ip = "127.0.0.1"
45
- port = 0
46
- port = ${?APP_PORT}
47
7
}
48
8
49
9
hmda {
@@ -68,10 +28,6 @@ hmda {
68
28
}
69
29
isDemo = false
70
30
isDemo = ${?HMDA_IS_DEMO}
71
- zookeeperHost = "192.168.99.100"
72
- zookeeperHost = ${?ZOOKEEPER_HOST}
73
- zookeeperPort = 2181
74
- zookeeperPort = ${?ZOOKEEPER_PORT}
75
31
}
76
32
77
33
api-dispatcher {
You can’t perform that action at this time.
0 commit comments