diff options
author | sebastian-sauer <sauer.sebastian@gmail.com> | 2019-01-27 10:25:21 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-01-27 09:25:21 +0000 |
commit | 84076211b3da9bd8ab9ba30806276f0faff6d5fb (patch) | |
tree | 42d4eeba8bed911103fbf4672def96c7d280ac32 /docs/content/doc | |
parent | b8a81cb1b887799d169fd916a4c4e1a075aca2c3 (diff) | |
download | gitea-84076211b3da9bd8ab9ba30806276f0faff6d5fb.tar.gz gitea-84076211b3da9bd8ab9ba30806276f0faff6d5fb.zip |
Config option to disable automatic repo watching (#5852)
Add a new config option to enable / disable the automatic watching of
repos for new repositories and if a user is added to a team.
Fixes #653
Signed-off-by: Sebastian Sauer <sauer.sebastian@gmail.com>
Diffstat (limited to 'docs/content/doc')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 15f90769bc..7d7f4d9e0a 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -207,6 +207,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `EMAIL_DOMAIN_WHITELIST`: **\<empty\>**: If non-empty, list of domain names that can only be used to register on this instance. - `SHOW_REGISTRATION_BUTTON`: **! DISABLE\_REGISTRATION**: Show Registration Button +- `AUTO_WATCH_NEW_REPOS`: **true** Enable this to let all organisation users watch new repos when they are created ## Webhook (`webhook`) |