8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
when using multi-app run dapr run -f . you can set environment variables in dapr.yaml:
dapr run -f .
version: 1 apps: - appID: api appDirPath: ./services/api/ env: MYAPP_API_PORT: 3000 command: ["yarn","run", "start"]
but this environment variable is missing from secret store