diff options
author | root@culturestrings <root@culturestrings> | 2020-05-18 21:46:13 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-05-18 21:46:13 +0000 |
commit | adb2f72a8295b04d40c25bd43987e714d9bd7501 (patch) | |
tree | 8863610b5a36bc936c3e1f0a4b0e0243d1cdc8c9 /public/fs | |
parent | 31ed2267f2b276be4a790f18fa3da10abb20cdd6 (diff) | |
download | culturestrings-adb2f72a8295b04d40c25bd43987e714d9bd7501.tar.bz2 culturestrings-adb2f72a8295b04d40c25bd43987e714d9bd7501.tar.xz |
pagure: pagure.cfg: disallow project deletion while allowing fork deletion.
Diffstat (limited to 'public/fs')
-rw-r--r-- | public/fs/etc/pagure/pagure.cfg.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/fs/etc/pagure/pagure.cfg.in b/public/fs/etc/pagure/pagure.cfg.in index 2e45540..d370832 100644 --- a/public/fs/etc/pagure/pagure.cfg.in +++ b/public/fs/etc/pagure/pagure.cfg.in @@ -21,7 +21,8 @@ ENABLE_UI_NEW_PROJECTS = False ENABLE_GROUP_MNGT = False ENABLE_TICKETS = True ENABLE_DOCS = True - +ENABLE_DEL_PROJECTS = False +ENABLE_DEL_FORKS = True # project options PRIVATE_PROJECTS = True |