mirror of https://github.com/dapr/docs.git
add daprRuntimeVersion to code example (#3208)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
6f4b110442
commit
74865bffaa
|
|
@ -93,7 +93,8 @@ curl http://localhost:3500/v1.0/metadata
|
|||
],
|
||||
"extended": {
|
||||
"cliPID":"1031040",
|
||||
"appCommand":"uvicorn --port 3000 demo_actor_service:app"
|
||||
"appCommand":"uvicorn --port 3000 demo_actor_service:app",
|
||||
"daprRuntimeVersion": "1.10.0"
|
||||
},
|
||||
"components":[
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue