You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use docker desktop in windows 10, and when I create the container using docker compose the env variable "USERNAME" doesn't override the system's existing env variable "USERNAME" and instead of using the value SA uses the username Windows which then gives a connection error. I was able to fix this when I was testing the application locally by changing config.connect.authentication.options.userName to a hard coded value "SA".
The text was updated successfully, but these errors were encountered:
I use docker desktop in windows 10, and when I create the container using docker compose the env variable
"USERNAME"
doesn't override the system's existing env variable"USERNAME"
and instead of using the value SA uses the username Windows which then gives a connection error. I was able to fix this when I was testing the application locally by changingconfig.connect.authentication.options.userName
to a hard coded value"SA"
.The text was updated successfully, but these errors were encountered: