forked from azat-co/rest-api-express
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdump.json
More file actions
64 lines (64 loc) · 1.27 KB
/
dump.json
File metadata and controls
64 lines (64 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"ENV": "test",
"java": {
"jdk_version": "7",
"install_flavor": "oracle",
"oracle": {
"accept_oracle_download_terms": "true"
}
},
"elasticsearch": {
"discovery": {
"zen": {
"ping": {
"unicast": {
"hosts": "10.240.30.248:9300,10.240.175.36:9300"
},
"multicast": {
"enabled": "false"
}
}
}
},
"cluster": {
"name": "es-freeyup-test"
},
"version": "1.4.2",
"allocated_memory": "512m",
"plugins": {
"elasticsearch/elasticsearch-lang-javascript": {
"version": "2.4.1"
},
"elasticsearch/elasticsearch-river-wikipedia": {
"version": "2.4.1"
},
"mobz/elasticsearch-head": {}
},
"nginx": {
"port": 80,
"servername": "testing.freeyup.com",
"users": [
{
"username": "freeyup",
"password": "12345678"
}
]
}
},
"restexpress": {
"elasticsearch": {
"hosts": [
{
"username": "freeyup",
"password": "12345678",
"address": "130.211.79.174"
},
{
"username": "freeyup",
"password": "12345678",
"address": "104.155.8.155"
}
]
}
}
}