diff options
author | yearski <39842469+yearski@users.noreply.github.com> | 2022-01-05 23:29:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 01:29:53 -0500 |
commit | 0acc6a4e92b171168170672c017c7edf78650aee (patch) | |
tree | 4ac70d594f77d7fa05e805ea98f9b8e08c9c8af0 /custom/conf/app.example.ini | |
parent | 4b3bfd7e89cd1527d500ac44c2564d398a6b681e (diff) | |
download | gitea-0acc6a4e92b171168170672c017c7edf78650aee.tar.gz gitea-0acc6a4e92b171168170672c017c7edf78650aee.zip |
fix location for custom/options/license (#18194)
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index a58e52cb41..f8236d4c93 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -788,7 +788,7 @@ PATH = ;PULL_REQUEST_QUEUE_LENGTH = 1000 ;; ;; 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 ;; ;; Disable the ability to interact with repositories using the HTTP protocol |