diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index cc93cb75ba..b065247d91 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -986,7 +986,10 @@ LEVEL = Info ;; Default private when using push-to-create ;DEFAULT_PUSH_CREATE_PRIVATE = true ;; -;; Global limit of repositories per user, applied at creation time. -1 means no limit +;; Global maximum creation limit of repositories for each user and organization; `-1` means no limit. If regular users +;; can create organizations (see `DISABLE_REGULAR_ORG_CREATION`) then they can bypass this by creating new organizations. +;; The global limit can be overridden by an administrator on each user and repository through their respective +;; configuration UIs. ;MAX_CREATION_LIMIT = -1 ;; ;; Preferred Licenses to place at the top of the List