Replies: 1 comment 2 replies
-
The emulator example might not be the best because my emulator resources could skip writing annotations which I think would skip it from getting in the manifest. But If I add a Redis container in the AppHost when I deploy to the cloud I would probably want to use the cloud provider's Redis service instead of my own Redis container. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems like the intention is all of the configurations setup in the AppHost will be written to the manifest for other tools to handle deployment. Some of the settings setup in the AppHost might be purely for development purposes. For example Hosting components that environment variables on project resources to emulators.
Has there been discussion on how to indicate something done in the AppHost is purely for local development purposes and not for deployment tooling?
Beta Was this translation helpful? Give feedback.
All reactions