Apply suggestions from code review

This commit is contained in:
zeripath 2022-11-04 21:45:56 +00:00 committed by GitHub
parent 76fecf61d1
commit a43afc724a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ accurately recorded in [app.example.ini](https://github.com/go-gitea/gitea/blob/
(s/main/\<tag|release\>). Any string in the format `%(X)s` is a feature powered
by [ini](https://github.com/go-ini/ini/#recursive-values), for reading values recursively.
In the default values below the form `$XYZ` in this document refer to dependence on an environment variable. (However, also see `environment-to-ini`.) In addtion default values in the form _`XxYyZz`_ refer to values listed as part of the default configuration. You cannot use these notation forms in your own `app.ini` file.
In the default values below, a value in the form `$XYZ` refers to an environment variable. (However, see `environment-to-ini`.) Values in the form _`XxYyZz`_ refer to values listed as part of the default configuration. These notation forms will not work in your own `app.ini` file and are only listed here as documentation.
Values containing `#` or `;` must be quoted using `` ` `` or `"""`.