We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dapr.yaml
env
Describe the issue The sample related to the Dapr Run FIle (dapr.yaml) shows an incorrect syntax for the env property.
The sample shows:
env: - DEBUG: false
...but should be:
env: DEBUG: false
URL of the docs https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-template/#template-file-structure
Expected content
Screenshots
The text was updated successfully, but these errors were encountered:
Complete
Sorry, something went wrong.
mukundansundar
No branches or pull requests
Describe the issue
The sample related to the Dapr Run FIle (
dapr.yaml
) shows an incorrect syntax for theenv
property.The sample shows:
...but should be:
URL of the docs
https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-template/#template-file-structure
Expected content
Screenshots
The text was updated successfully, but these errors were encountered: