@@ -91,12 +92,12 @@ the `file_template_project_id`, `deletion_adjourned_period`, or the `geo_node_al
```json
{
"id":1,
"signup_enabled":true,
"file_template_project_id":1,
"geo_node_allowed_ips":"0.0.0.0/0, ::/0",
"deletion_adjourned_period":7,
...
"id":1,
"signup_enabled":true,
"file_template_project_id":1,
"geo_node_allowed_ips":"0.0.0.0/0, ::/0",
"deletion_adjourned_period":7,
...
}
```
...
...
@@ -174,7 +175,8 @@ Example response:
"issues_create_limit":300,
"raw_blob_request_limit":300,
"wiki_page_max_content_bytes":52428800,
"require_admin_approval_after_user_signup":false
"require_admin_approval_after_user_signup":false,
"personal_access_token_prefix":"GL-"
}
```
...
...
@@ -318,6 +320,7 @@ listed in the descriptions of the relevant settings.
| `performance_bar_allowed_group_id` | string | no | (Deprecated: Use `performance_bar_allowed_group_path` instead) Path of the group that is allowed to toggle the performance bar. |
| `performance_bar_allowed_group_path` | string | no | Path of the group that is allowed to toggle the performance bar. |
| `performance_bar_enabled` | boolean | no | (Deprecated: Pass `performance_bar_allowed_group_path: nil` instead) Allow enabling the performance bar. |
| `personal_access_token_prefix` | string | no | Prefix for all generated personal access tokens. |
| `plantuml_enabled` | boolean | no | (**If enabled, requires:**`plantuml_url`) Enable PlantUML integration. Default is `false`. |
| `plantuml_url` | string | required by: `plantuml_enabled` | The PlantUML instance URL for integration. |
| `polling_interval_multiplier` | decimal | no | Interval multiplier used by endpoints that perform polling. Set to `0` to disable polling. |
optional:performance_bar_allowed_group_id,type: String,desc: 'Deprecated: Use :performance_bar_allowed_group_path instead. Path of the group that is allowed to toggle the performance bar.'# support legacy names, can be removed in v6
optional:performance_bar_allowed_group_path,type: String,desc: 'Path of the group that is allowed to toggle the performance bar.'
optional:performance_bar_enabled,type: String,desc: 'Deprecated: Pass `performance_bar_allowed_group_path: nil` instead. Allow enabling the performance.'# support legacy names, can be removed in v6
optional:personal_access_token_prefix,type: String,desc: 'Prefix to prepend to all personal access tokens'