bank-sampah/appsettings.json

38 lines
897 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Hosting": "Information",
"Microsoft.AspNetCore.Routing": "Warning"
}
},
"AllowedHosts": "*",
"Statistics": {
"BaseUsers": 1250,
"BaseWaste": 15.6,
"CacheExpirationMinutes": 15
},
"Application": {
"Name": "Bank Sampah Digital",
"Version": "1.0.0",
"Description": "Aplikasi digital untuk mengelola bank sampah dengan sistem reward"
},
"Features": {
"EnableCaching": true,
"EnableCompression": true,
"EnableDetailedErrors": false,
"MaxCacheSize": "100MB"
},
"Security": {
"EnableHttps": true,
"EnableHsts": true,
"HstsMaxAge": 31536000,
"EnableCsp": true
},
"Performance": {
"ResponseCompression": true,
"StaticFilesCaching": true,
"CacheDurationMinutes": 60
}
}