From c869ab3c35118391ca89144b0808190202247940 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 19 Jul 2021 15:19:45 +0200 Subject: [PATCH] explain [repository.upload] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 242ed51..69488b7 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Either you define exactly which release you install. Or you use the option ``lat | `gitea_disable_http_git` | `false` | Disable the ability to interact with repositories over the HTTP protocol. (true/false) | | `gitea_default_branch` | `main` | Default branch name of all repositories. | | `gitea_repository_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[repository]` section of the config. | +| `gitea_repository_upload_extra_config` | you can use this variable to pass additional config parameters in the `[repository.upload]` section of the config. | ### UI ([ui](https://docs.gitea.io/en-us/config-cheat-sheet/#ui-ui)) | variable name | default value | description |