# Extension Registry Configuration Example [server] enable_compression = true enable_cors = true host = "0.0.0.0" port = 8082 workers = 4 # Gitea backend configuration [gitea] organization = "provisioning-extensions" timeout_seconds = 30 token_path = "/path/to/gitea-token.txt" url = "https://gitea.example.com" verify_ssl = true # OCI registry configuration [oci] auth_token_path = "/path/to/oci-token.txt" namespace = "provisioning" registry = "registry.example.com" timeout_seconds = 30 verify_ssl = true # Cache configuration [cache] capacity = 1000 enable_list_cache = true enable_metadata_cache = true ttl_seconds = 300