Fix lint & a little English improvement

This commit is contained in:
0ko 2024-06-08 12:36:57 +00:00
parent bc38574257
commit faa6814244

View file

@ -57,7 +57,7 @@ In addition, there is _`StaticRootPath`_ which can be set as a built-in at build
- `APP_NAME`: **Forgejo: Beyond coding. We forge.**: Application name, used in the page title.
- `APP_SLOGAN`: Application slogan, used in the page title.
- `APP_DISPLAY_NAME_FORMAT`: **{APP_NAME}: {APP_SLOGAN}**: defines how the application full name should be presented.
It is used only if `APP_SLOGAN` is set.
It is only used if `APP_SLOGAN` is set.
- `RUN_USER`: **_current OS username_/`$USER`/`$USERNAME` e.g. git**: The user Forgejo will run as.
This should be a dedicated system (non-user) account. Setting this incorrectly will cause Forgejo
to not start.