LASAPlatform/OpenAuth.Identity/appsettings.json

12 lines
155 B
JSON
Raw Permalink Normal View History

2025-04-23 09:19:29 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"OpenAuthDBContext": ""
}
}