diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 66ef00e571..5206d4c3be 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -19,6 +19,9 @@ FORCE_PRIVATE = false MAX_CREATION_LIMIT = -1 ; Patch test queue length, make it as large as possible PULL_REQUEST_QUEUE_LENGTH = 10000 +; Preferred Licenses to place at the top of the List +; Name must match file name in conf/license or custom/conf/license +PREFERRED_LICENSES = Apache License 2.0,MIT License [repository.editor] ; List of file extensions that should have line wraps in the CodeMirror editor |