mirror of https://github.com/go-gitea/gitea.git
fix location for custom/options/license (#18194)
This commit is contained in:
parent
4b3bfd7e89
commit
0acc6a4e92
|
@ -788,7 +788,7 @@ PATH =
|
||||||
;PULL_REQUEST_QUEUE_LENGTH = 1000
|
;PULL_REQUEST_QUEUE_LENGTH = 1000
|
||||||
;;
|
;;
|
||||||
;; Preferred Licenses to place at the top of the List
|
;; Preferred Licenses to place at the top of the List
|
||||||
;; The name here must match the filename in conf/license or custom/conf/license
|
;; The name here must match the filename in options/license or custom/options/license
|
||||||
;PREFERRED_LICENSES = Apache License 2.0,MIT License
|
;PREFERRED_LICENSES = Apache License 2.0,MIT License
|
||||||
;;
|
;;
|
||||||
;; Disable the ability to interact with repositories using the HTTP protocol
|
;; Disable the ability to interact with repositories using the HTTP protocol
|
||||||
|
|
Loading…
Reference in New Issue