0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 21:57:36 +08:00
discourse/plugins/discourse-workflows/config/settings.yml
Martin Brennan ad7dbac77b
DEV: Add permanent_warning: false to more upcoming changes (#42011)
These changes don't need to show the scary warning to
admins when they become stable, as they are still optional
features even when the upcoming change is gone
2026-07-24 11:42:36 +10:00

42 lines
1 KiB
YAML
Vendored

plugins:
enable_discourse_workflows:
default: false
client: true
hidden: true
upcoming_change:
status: "experimental"
impact: "feature,admins"
learn_more_url: "https://meta.discourse.org/t/-/406990"
allow_enabled_for:
- everyone
requires_plugin_enabled: false
permanent_warning: false
discourse_workflows_ai_authoring_enabled:
default: false
client: true
discourse_workflows_ai_authoring_max_prompt_length:
default: 4000
min: 1
max: 20000
hidden: true
discourse_workflows_ai_authoring_rate_limit_per_minute:
default: 10
min: 1
max: 100
hidden: true
discourse_workflows_max_executions_per_minute:
default: 20
hidden: true
discourse_workflows_max_executions_per_minute_per_workflow:
default: 10
hidden: true
workflow_executions_retention_days:
default: 30
min: 0
max: 36500
hidden: true
discourse_workflows_max_pin_data_bytes:
default: 1048576
min: 0
max: 16777216
hidden: true