AGSSbackend/AGSS/appsettings.json
2025-07-01 14:57:03 +08:00

15 lines
217 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Auth0": {
"Domain": "",
"Audience": "",
"ClientId": ""
}
}