1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

fix location for custom/options/license (#18194)

This commit is contained in:
yearski
2022-01-05 23:29:53 -07:00
committed by GitHub
parent 4b3bfd7e89
commit 0acc6a4e92

View File

@@ -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