provisioning/config/examples/extension-registry.solo.example.toml
2026-01-12 05:19:06 +00:00

26 lines
633 B
TOML

# Extension Registry Configuration - Solo/Minimal Example
# Minimal configuration for development or single-backend deployments
# Old single-instance format (auto-migrated to multi-instance on startup)
[server]
enable_compression = true
enable_cors = false
host = "127.0.0.1"
port = 8082
workers = 2
# Single Gitea backend (auto-migrated to sources.gitea[0])
[gitea]
organization = "provisioning"
timeout_seconds = 30
token_path = "/etc/secrets/gitea-token.txt"
url = "http://localhost:3000"
verify_ssl = false
# Caching configuration
[cache]
capacity = 100
enable_list_cache = true
enable_metadata_cache = true
ttl_seconds = 300