1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

#2901 allow setting preferred licenses

- Closes #3488
This commit is contained in:
Unknwon
2016-08-28 00:06:22 -07:00
parent 6e171c5225
commit dad5c15520
7 changed files with 24 additions and 5 deletions

View File

@ -114,6 +114,7 @@ var (
ForcePrivate bool
MaxCreationLimit int
PullRequestQueueLength int
PreferredLicenses []string
// Repository editor settings
Editor struct {