Files
ScratchingPost/appsettings.json
T

16 lines
266 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"MaxUploadSizeMB": 20,
"TimeZone": "",
"Admin": {
"Username": "admin",
"Password": "ScratchingPost2026!"
}
}