Platform restructured into crates/, added AI service and detector,
migrated control-center-ui to Leptos 0.8
27 lines
441 B
TOML
27 lines
441 B
TOML
[registry.cache]
|
|
capacity = 1000
|
|
list_cache = true
|
|
metadata_cache = true
|
|
ttl = 300
|
|
|
|
[registry.gitea]
|
|
enabled = true
|
|
org = "provisioning-team"
|
|
timeout = 60000
|
|
url = "http://gitea:3000"
|
|
verify_ssl = false
|
|
|
|
[registry.oci]
|
|
enabled = true
|
|
namespace = "provisioning"
|
|
registry = "registry.provisioning.local:5000"
|
|
timeout = 60000
|
|
verify_ssl = false
|
|
|
|
[registry.server]
|
|
compression = true
|
|
cors_enabled = true
|
|
host = "0.0.0.0"
|
|
port = 8081
|
|
workers = 4
|