fengling-auth-service/appsettings.Development.json
Sam 7c92208c40 fix: remove invalid app.UseOpenIddictServer() call
- Remove non-existent middleware call
- OpenIddict server is automatically configured via AddOpenIddictConfiguration
- Keep correct middleware order: StaticFiles -> Routing -> Authentication -> Authorization
2026-02-06 21:50:50 +08:00

12 lines
196 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "DataSource=:memory:"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}