We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e191a commit f269a2fCopy full SHA for f269a2f
config.yml
@@ -23,4 +23,4 @@ mongol:
23
24
neo:
25
addr: 127.0.0.1:5005
26
- version: '2.0-beta.7'
+ version: '2.0'
resources/run_neo.sh
@@ -6,7 +6,7 @@ COMMAND="$*"
6
# shellcheck disable=SC2016
7
VERSION='v$$VERSION$$'
8
9
-cat >"${DIR}/config.yml" <<-EOT
+cat >"${DIR}/client_config.yml" <<-EOT
10
host: "$$HOST$$"
11
exploit_dir: "data"
12
grpc_auth_key: "$$AUTH_KEY$$"
0 commit comments