mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-14 00:28:31 +00:00
Minor fixes
Make mandatory parameter more obvious, and correct `external_port` description.
This commit is contained in:
parent
392d24c263
commit
e9b70f64e9
@ -5,8 +5,8 @@
|
|||||||
#########################################
|
#########################################
|
||||||
|
|
||||||
##
|
##
|
||||||
## Database configuration with separate parameters. This
|
## Database configuration with separate parameters.
|
||||||
## setting is mandatory, unless database_url is used.
|
## This setting is MANDATORY, unless 'database_url' is used.
|
||||||
##
|
##
|
||||||
db:
|
db:
|
||||||
user: kemal
|
user: kemal
|
||||||
@ -18,8 +18,8 @@ db:
|
|||||||
##
|
##
|
||||||
## Database configuration using a single URI. This is an
|
## Database configuration using a single URI. This is an
|
||||||
## alternative to the 'db' parameter above. If both forms
|
## alternative to the 'db' parameter above. If both forms
|
||||||
## are used, then only database_url is used. Mandatory if
|
## are used, then only database_url is used.
|
||||||
## 'db' is not set.
|
## This setting is MANDATORY if 'db' is not set.
|
||||||
##
|
##
|
||||||
## Note: The 'database_url' setting allows the use of UNIX
|
## Note: The 'database_url' setting allows the use of UNIX
|
||||||
## sockets. To do so, remove the IP address (or FQDN) and port
|
## sockets. To do so, remove the IP address (or FQDN) and port
|
||||||
@ -61,10 +61,10 @@ db:
|
|||||||
#port: 3000
|
#port: 3000
|
||||||
|
|
||||||
##
|
##
|
||||||
## When the invidious instance is behind a proxy, and said proxy
|
## When the invidious instance is behind a proxy, and the proxy
|
||||||
## is listening on a non-standard port (i.e neither 80 nor 443),
|
## listens on a different port than the instance does, this lets
|
||||||
## this setting lets invidious knows about it. This is used to
|
## invidious know about it. This is used to craft absolute URLs
|
||||||
## craft absolute URLs to the instance (e.g in the API).
|
## to the instance (e.g in the API).
|
||||||
##
|
##
|
||||||
## Accepted values: 1-65535
|
## Accepted values: 1-65535
|
||||||
## Default: <none>
|
## Default: <none>
|
||||||
|
Loading…
Reference in New Issue
Block a user