examples/marine-examples/greeting/configs/greeting_deploy_cfg.json

12 lines
169 B
JSON
Raw Normal View History

2022-02-12 04:47:58 +00:00
{
"greeting": {
"modules": [
{
"name": "greeting",
"path": "./artifacts/greeting.wasm",
"logger_enabled": [true]
}
]
}
}