diff options
author | Anthony Wang | 2023-01-10 18:27:07 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-10 18:27:20 +0000 |
commit | c40dd620a3b18ce25118d6341437d34c511fbe6b (patch) | |
tree | 50e357b59dba731b213209a1b0ce4be3efca49e1 /custom | |
parent | eabba0cf196b384a170dc780ed6526b8ddeb339b (diff) | |
parent | 3b804ff76cdafa2ba9fce559269116aeb25a84c8 (diff) |
Merge remote-tracking branch 'origin/main' into forgejo-federation
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index d9a094b2b..f6f30343b 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -957,6 +957,9 @@ ROUTER = console ;; Don't allow download source archive files from UI ;DISABLE_DOWNLOAD_SOURCE_ARCHIVES = false +;; Allow fork repositories without maximum number limit +;ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT = true + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;[repository.editor] |