|
|
@ -88,6 +88,8 @@ 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?
|
|
|
|
|
|
|
|
# Domain list of external proxy servers to be used, when multiple are set they will be randomly choosen
|
|
|
|
|
|
|
|
property proxy_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
|
|
|
|