-
2025-06-02.13-23-11.mp4PgSql Username was changing properly, but password was not changing. |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Jun 2, 2025
Replies: 1 comment 6 replies
-
I see your container is persistent. I think that has everything to do with it. Did you restart the app host or container? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That’s your configuration, I mean user secrets https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-9.0&tabs=linux
that’s where aspire does its generated parameters. I’m guessing you did that first, ran it stored the random password, then you used the same name here when you tried to change the value.