Config: Support for alternative domains

This commit is contained in:
Fijxu
2024-09-14 16:39:08 -03:00
parent 5ced7694fe
commit 100ecff0b3
4 changed files with 43 additions and 7 deletions

View File

@@ -88,6 +88,8 @@ class Config
property hmac_key : String = ""
# Domain to be used for links to resources on the site where an absolute URL is required
property domain : String?
# Alternative domains. You can add other domains, like TOR and I2P addresses
property alternative_domains : Array(String) = [] of String
property donation_url : String?
property contact_url : String?
property home_domain : String?