diff --git a/quickstart/2-hosted-services/configs/hello_world_deployment_cfg.json b/quickstart/2-hosted-services/configs/hello_world_deployment_cfg.json new file mode 100644 index 0000000..7c04fed --- /dev/null +++ b/quickstart/2-hosted-services/configs/hello_world_deployment_cfg.json @@ -0,0 +1,11 @@ +{ + "hello-world": { + "modules": [ + { + "name": "hello_world", + "path": "./artifacts/hello_world.wasm", + "logger_enabled": [true] + } + ] + } +}