Files
hasaddon/onedrive-backup/appsettings.json
T
admins d70d81ebdf OneDrive Backup
OneDrive Backup
2023-07-28 22:36:06 +07:00

18 lines
324 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Error"
},
"Console": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Error"
}
}
},
"AllowedHosts": "*",
"Urls": "http://*:8099"
}