Platform restructured into crates/, added AI service and detector,
migrated control-center-ui to Leptos 0.8
31 lines
516 B
TOML
31 lines
516 B
TOML
[registry.cache]
|
|
capacity = 10000
|
|
list_cache = true
|
|
metadata_cache = true
|
|
ttl = 1800
|
|
|
|
[registry.gitea]
|
|
enabled = true
|
|
org = "provisioning"
|
|
timeout = 120000
|
|
url = "https://gitea.provisioning.prod:443"
|
|
verify_ssl = true
|
|
|
|
[registry.monitoring]
|
|
enabled = true
|
|
metrics_interval = 30
|
|
|
|
[registry.oci]
|
|
enabled = true
|
|
namespace = "provisioning"
|
|
registry = "registry.provisioning.prod:5000"
|
|
timeout = 120000
|
|
verify_ssl = true
|
|
|
|
[registry.server]
|
|
compression = true
|
|
cors_enabled = true
|
|
host = "0.0.0.0"
|
|
port = 8081
|
|
workers = 16
|