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
Re-add conditional ASPNETCORE_URLS for LocalTesting mode
LocalTesting mode requires explicit ASPNETCORE_URLS setting to work properly. Added conditional configuration:
- LocalTesting mode (LEARNINGCOURSE=false): Sets ASPNETCORE_URLS=http://localhost:8086
- LearningCourse mode (LEARNINGCOURSE=true): Lets Aspire manage port binding automatically
This matches the original working configuration but with updated port 8086.
Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
0 commit comments