mirror of
https://github.com/fluencelabs/examples
synced 2025-06-27 00:31:34 +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:
@ -4,13 +4,13 @@
|
||||
{
|
||||
"name": "curl_adapter",
|
||||
"path": "./artifacts/curl_adapter.wasm",
|
||||
"mounted_binaries": [["curl", "/usr/bin/curl"]],
|
||||
"logger_enabled": [true]
|
||||
"mounted_binaries": ["curl", "/usr/bin/curl"],
|
||||
"logger_enabled": true
|
||||
},
|
||||
{
|
||||
"name": "price_getter_service",
|
||||
"path": "./artifacts/price_getter_service.wasm",
|
||||
"logger_enabled": [true]
|
||||
"logger_enabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -19,7 +19,7 @@
|
||||
{
|
||||
"name": "mean_service",
|
||||
"path": "./artifacts/mean_service.wasm",
|
||||
"logger_enabled": [true]
|
||||
"logger_enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user