examples/marine-examples/greeting/configs/greeting_deploy_cfg.json
2022-02-11 22:47:58 -06:00

12 lines
169 B
JSON

{
"greeting": {
"modules": [
{
"name": "greeting",
"path": "./artifacts/greeting.wasm",
"logger_enabled": [true]
}
]
}
}