Files
barkman/barkmanAPI/appsettings.json
2025-01-14 10:46:44 -06:00

11 lines
188 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"CorsAllowedOrgins": "barkdev.ts.drewr.io"
}