@rpcbase/server 0.336.0 → 0.338.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,88 +0,0 @@
1
- # ======================== Elasticsearch Configuration =========================
2
- #
3
- # NOTE: Elasticsearch comes with reasonable defaults for most settings.
4
- # Before you set out to tweak and tune the configuration, make sure you
5
- # understand what are you trying to accomplish and the consequences.
6
- #
7
- # The primary way of configuring a node is via this file. This template lists
8
- # the most important settings you may want to configure for a production cluster.
9
- #
10
- # Please consult the documentation for further information on configuration options:
11
- # https://www.elastic.co/guide/en/elasticsearch/reference/index.html
12
- #
13
- # ---------------------------------- Cluster -----------------------------------
14
- #
15
- # Use a descriptive name for your cluster:
16
- #
17
- #cluster.name: my-application
18
- #
19
- # ------------------------------------ Node ------------------------------------
20
- #
21
- # Use a descriptive name for the node:
22
- #
23
- #node.name: node-1
24
- #
25
- # Add custom attributes to the node:
26
- #
27
- #node.attr.rack: r1
28
- #
29
- # ----------------------------------- Paths ------------------------------------
30
- #
31
- # Path to directory where to store the data (separate multiple locations by comma):
32
- #
33
- @path.data@
34
- #
35
- # Path to log files:
36
- #
37
- @path.logs@
38
- #
39
- # ----------------------------------- Memory -----------------------------------
40
- #
41
- # Lock the memory on startup:
42
- #
43
- #bootstrap.memory_lock: true
44
- #
45
- # Make sure that the heap size is set to about half the memory available
46
- # on the system and that the owner of the process is allowed to use this
47
- # limit.
48
- #
49
- # Elasticsearch performs poorly when the system is swapping the memory.
50
- #
51
- # ---------------------------------- Network -----------------------------------
52
- #
53
- # By default Elasticsearch is only accessible on localhost. Set a different
54
- # address here to expose this node on the network:
55
- #
56
- #network.host: 192.168.0.1
57
- #
58
- # By default Elasticsearch listens for HTTP traffic on the first free port it
59
- # finds starting at 9200. Set a specific HTTP port here:
60
- #
61
- #http.port: 9200
62
- #
63
- # For more information, consult the network module documentation.
64
- #
65
- # --------------------------------- Discovery ----------------------------------
66
- #
67
- # Pass an initial list of hosts to perform discovery when this node is started:
68
- # The default list of hosts is ["127.0.0.1", "[::1]"]
69
- #
70
- #discovery.seed_hosts: ["host1", "host2"]
71
- #
72
- # Bootstrap the cluster using an initial set of master-eligible nodes:
73
- #
74
- #cluster.initial_master_nodes: ["node-1", "node-2"]
75
- #
76
- # For more information, consult the discovery and cluster formation module documentation.
77
- #
78
- # --------------------------------- Readiness ----------------------------------
79
- #
80
- # Enable an unauthenticated TCP readiness endpoint on localhost
81
- #
82
- #readiness.port: 9399
83
- #
84
- # ---------------------------------- Various -----------------------------------
85
- #
86
- # Allow wildcard deletion of indices:
87
- #
88
- #action.destructive_requires_name: false
@@ -1,9 +0,0 @@
1
- systemLog:
2
- destination: file
3
- path: /opt/homebrew/var/log/mongodb/mongo.log
4
- logAppend: true
5
- storage:
6
- dbPath: /opt/homebrew/var/mongodb
7
- net:
8
- bindIp: 127.0.0.1, ::1
9
- ipv6: true