38 lines
858 B
JSON
38 lines
858 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": "BPS RW",
|
|
"Version": "1.0.0",
|
|
"Description": "Aplikasi digital untuk mengelola BPS RW"
|
|
},
|
|
"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
|
|
}
|
|
} |