Minor fixes

Make mandatory parameter more obvious, and correct `external_port` description.
This commit is contained in:
Samantaz Fox 2021-05-14 14:43:31 +02:00
parent 392d24c263
commit e9b70f64e9
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -5,8 +5,8 @@
#########################################
##
## Database configuration with separate parameters. This
## setting is mandatory, unless database_url is used.
## Database configuration with separate parameters.
## This setting is MANDATORY, unless 'database_url' is used.
##
db:
user: kemal
@ -18,8 +18,8 @@ db:
##
## Database configuration using a single URI. This is an
## alternative to the 'db' parameter above. If both forms
## are used, then only database_url is used. Mandatory if
## 'db' is not set.
## are used, then only database_url is used.
## This setting is MANDATORY if 'db' is not set.
##
## Note: The 'database_url' setting allows the use of UNIX
## sockets. To do so, remove the IP address (or FQDN) and port
@ -61,10 +61,10 @@ db:
#port: 3000
##
## When the invidious instance is behind a proxy, and said proxy
## is listening on a non-standard port (i.e neither 80 nor 443),
## this setting lets invidious knows about it. This is used to
## craft absolute URLs to the instance (e.g in the API).
## When the invidious instance is behind a proxy, and the proxy
## listens on a different port than the instance does, this lets
## invidious know about it. This is used to craft absolute URLs
## to the instance (e.g in the API).
##
## Accepted values: 1-65535
## Default: <none>