mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-09 13:45:46 -05:00
remove alternative domains
This commit is contained in:
parent
f88fe43877
commit
b5dbb95b47
@ -157,16 +157,6 @@ db:
|
|||||||
##
|
##
|
||||||
domain:
|
domain:
|
||||||
|
|
||||||
##
|
|
||||||
## Alternative domains. You can add other domains if you
|
|
||||||
## serve invidious on more than one domain, like Tor
|
|
||||||
## and I2P addresses.
|
|
||||||
##
|
|
||||||
## Accepted values: an array of fully qualified domain names (FQDN)
|
|
||||||
## Default: <none>
|
|
||||||
##
|
|
||||||
#alternative_domains: []
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Tell Invidious that it is behind a proxy that provides only
|
## Tell Invidious that it is behind a proxy that provides only
|
||||||
## HTTPS, so all links must use the https:// scheme. This
|
## HTTPS, so all links must use the https:// scheme. This
|
||||||
|
@ -115,8 +115,6 @@ class Config
|
|||||||
property hmac_key : String = ""
|
property hmac_key : String = ""
|
||||||
# Domain to be used for links to resources on the site where an absolute URL is required
|
# Domain to be used for links to resources on the site where an absolute URL is required
|
||||||
property domain : String?
|
property domain : String?
|
||||||
# Alternative domains. You can add other domains, like TOR and I2P addresses
|
|
||||||
property alternative_domains : Array(String) = [] of String
|
|
||||||
# Subscribe to channels using PubSubHubbub (requires domain, hmac_key)
|
# Subscribe to channels using PubSubHubbub (requires domain, hmac_key)
|
||||||
property use_pubsub_feeds : Bool | Int32 = false
|
property use_pubsub_feeds : Bool | Int32 = false
|
||||||
property popular_enabled : Bool = true
|
property popular_enabled : Bool = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user