summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-28 00:06:22 -0700
committerUnknwon <u@gogs.io>2016-08-28 00:06:22 -0700
commitdad5c155202a79514e60e73ac019191218167d35 (patch)
tree0a7e5d52657130a49ba78ac7f872ff26719cbcf4 /conf
parent6e171c5225edc7969e979c7a9d736b7b1506b6d4 (diff)
downloadgitea-dad5c155202a79514e60e73ac019191218167d35.tar.gz
gitea-dad5c155202a79514e60e73ac019191218167d35.zip
#2901 allow setting preferred licenses
- Closes #3488
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini3
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