identificationOfCultivatedL.../OpenAuth.Identity/appsettings.json

12 lines
155 B
JSON
Raw Normal View History

2026-02-04 10:30:49 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"OpenAuthDBContext": ""
}
}