We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5ad18 commit 88ca8e9Copy full SHA for 88ca8e9
make.bat
@@ -31,6 +31,7 @@ if exist %SEVENZIP% (
31
powershell -Command "Expand-Archive '%TEMP%\etcd.zip' '%CD%'"
32
)
33
MOVE etcd-* %MD%\etcd
34
+COPY src\etcd.yaml %MD%\etcd\
35
DEL %TEMP%\etcd.zip
36
@ECHO --- ETCD downloaded ---
37
src/etcd.yaml
@@ -0,0 +1,5 @@
1
+heartbeat-interval: 100
2
+election-timeout: 1000
3
+listen-peer-urls: http://0.0.0.0:2380
4
+listen-client-urls: http://0.0.0.0:2379
5
+enable-v2: true
0 commit comments