mirror of
https://github.com/fluencelabs/examples
synced 2025-06-12 09:31:20 +00:00
reflecting the deployment config changes (#344)
* reflecting the deployment config changes * Try temporary CI fix (#345) Co-authored-by: igor <dev@igor.sh> Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
This commit is contained in:
@ -171,10 +171,10 @@ service Dist("dist"):
|
||||
-- logger_enabled - Defines whether Marine should provide a special host log_utf8_string function for this module
|
||||
-- preopened_files - Files available for this module. Module can access only files from this list
|
||||
-- envs - environment variables available for this module
|
||||
-- mapped_dirs - Directory mapping, e.g. [["/sites", "./web/data"]] so all
|
||||
-- mapped_dirs - Directory mapping, e.g. ["/sites", "./web/data"] so all
|
||||
-- reads & writes to /sites will actually to go ./web/data
|
||||
-- mounted_binaries - Mapping of host binaries available to call from module,
|
||||
-- e.g. [["curl", "/usr/bin/curl"]] will allow module to
|
||||
-- e.g. ["curl", "/usr/bin/curl"] will allow module to
|
||||
-- call /usr/bin/curl binary as function 'curl'
|
||||
-- logging_mask - Binary mask to enable & disable logging targets. Targets are
|
||||
-- configured in WasmLoggerBuilder::with_target_map
|
||||
|
@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "ts_oracle",
|
||||
"path": "./artifacts/ts_oracle.wasm",
|
||||
"logger_enabled": [true]
|
||||
"logger_enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user