42 lines
901 B
JSON
42 lines
901 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"tile_proxy": {
|
|
"upstream_url": "https://rekor.sigstore.dev",
|
|
"origin": "rekor.sigstore.dev - 1985497715",
|
|
"cache": {
|
|
"max_size_gb": 10,
|
|
"eviction_policy": "lru",
|
|
"checkpoint_ttl_minutes": 5
|
|
},
|
|
"tuf": {
|
|
"enabled": false,
|
|
"validate_checkpoint_signature": true
|
|
},
|
|
"sync": {
|
|
"enabled": true,
|
|
"schedule": "0 */6 * * *",
|
|
"depth": 10000,
|
|
"checkpoint_interval_minutes": 60
|
|
},
|
|
"request": {
|
|
"coalescing_enabled": true,
|
|
"coalescing_max_wait_ms": 5000,
|
|
"timeout_seconds": 30
|
|
},
|
|
"failover": {
|
|
"enabled": false,
|
|
"retry_count": 2,
|
|
"retry_delay_ms": 1000
|
|
}
|
|
}
|
|
}
|