We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42aa9ff commit 93e4d89Copy full SHA for 93e4d89
1 file changed
e2e/rust/e2e-vm.sh
@@ -194,6 +194,11 @@ cat >"${GATEWAY_CONFIG}" <<EOF
194
[openshell]
195
version = 1
196
197
+[openshell.gateway]
198
+bind_address = "127.0.0.1:${HOST_PORT}"
199
+compute_drivers = ["vm"]
200
+disable_tls = true
201
+
202
[openshell.drivers.vm]
203
grpc_endpoint = "http://host.openshell.internal:${HOST_PORT}"
204
driver_dir = "${ROOT}/target/debug"
@@ -202,10 +207,7 @@ EOF
207
208
GATEWAY_ARGS=(
209
--config "${GATEWAY_CONFIG}"
205
- --drivers vm
206
- --disable-tls
210
--db-url "sqlite:${GATEWAY_DB}?mode=rwc"
- --port "${HOST_PORT}"
211
)
212
e2e_write_gateway_args_file "${GATEWAY_ARGS_FILE}" "${GATEWAY_ARGS[@]}"
213
0 commit comments