From b62eb067bcdbe5da8697d456d45ad0444d00ea12 Mon Sep 17 00:00:00 2001 From: Caleb Bassham Date: Thu, 19 Oct 2023 01:13:49 -0500 Subject: [PATCH] Update config-cheat-sheet.en-us.md Update cheatsheet to show that true is not the default for actions.ENABLED --- docs/content/administration/config-cheat-sheet.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/administration/config-cheat-sheet.en-us.md b/docs/content/administration/config-cheat-sheet.en-us.md index 16f8caf22fd5a..6ae1983ddc0f2 100644 --- a/docs/content/administration/config-cheat-sheet.en-us.md +++ b/docs/content/administration/config-cheat-sheet.en-us.md @@ -1383,7 +1383,7 @@ PROXY_HOSTS = *.github.com ## Actions (`actions`) -- `ENABLED`: **true**: Enable/Disable actions capabilities +- `ENABLED`: **false**: Enable/Disable actions capabilities - `DEFAULT_ACTIONS_URL`: **github**: Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance. - `STORAGE_TYPE`: **local**: Storage type for actions logs, `local` for local disk or `minio` for s3 compatible object storage service, default is `local` or other name defined with `[storage.xxx]` - `MINIO_BASE_PATH`: **actions_log/**: Minio base path on the bucket only available when STORAGE_TYPE is `minio`