Files
ScratchingPost/appsettings.json
T

15 lines
248 B
JSON

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