From e8a2193e326e3c848e32a0eca1602134f59c27e2 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Thu, 1 Dec 2022 19:57:13 -0600 Subject: [PATCH] update config params --- aqua-examples/drand/services/configs/deployment_cfg.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aqua-examples/drand/services/configs/deployment_cfg.json b/aqua-examples/drand/services/configs/deployment_cfg.json index 3972ecc..9f433f3 100644 --- a/aqua-examples/drand/services/configs/deployment_cfg.json +++ b/aqua-examples/drand/services/configs/deployment_cfg.json @@ -6,8 +6,7 @@ "name": "curl_adapter", "path": "./artifacts/curl_adapter.wasm", "max_heap_size": "512 KiB", - "mounted_binaries": [["curl", "/usr/bin/curl"]], - "logger_enabled": true + "mounted_binaries": [["curl", "/usr/bin/curl"]] }, { "name": "drand",