When I add Rabbitmqs' userName and password ,the rabbitmq container can't work in my application #3747
Answered
by
davidfowl
skyDuanXianBing
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Apr 17, 2024
Replies: 2 comments 2 replies
-
how to set the rabbitmq ports to my aspires' container,like this |
Beta Was this translation helpful? Give feedback.
0 replies
-
See this document on how to use parameters: https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/external-parameters The values need to be set in configuration. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
skyDuanXianBing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this document on how to use parameters:
https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/external-parameters
The values need to be set in configuration.