Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion charts/api7/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ dashboard_configuration:
# url: "https://docs.api7.ai"
audit:
retention_days: 60

# the following configuration takes effect for the gateway
consumer_proxy:
enable: false
cache_success_count: 512
Expand Down Expand Up @@ -465,7 +467,8 @@ dashboard_configuration:
# resource_container: yaml
# config_container: config
# endpoint: "$YOUR_AZURE_BLOB_ENDPOINT"

# model_catalog_source_endpoint: "https://models.dev/api.json" # URL of the upstream model catalog; leave empty to disable sync
# model_catalog_sync_interval: 0 # Periodic sync interval in seconds (0 = disabled; minimum 60; e.g. 3600 = 1h, 86400 = 24h)
security:
# content_security_policy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"

Expand Down
Loading