diff --git a/contrib/chorus.toml b/contrib/chorus.toml index ed8fb30..ae91f39 100644 --- a/contrib/chorus.toml +++ b/contrib/chorus.toml @@ -97,6 +97,14 @@ key_pem_path = "/opt/chorus/etc/tls/privkey.pem" # description = "A default config of the Chorus relay" +# This is a banner URL pointing to an image representing your relay, displayed in the NIP-11 +# response. +# +# Default is not set +# +# banner_url = + + # This is an icon URL pointing to an image representing your relay, displayed in the NIP-11 # response. # @@ -105,6 +113,20 @@ key_pem_path = "/opt/chorus/etc/tls/privkey.pem" # icon_url = +# This is an optional privacy policy as a blob of text (not a URL, not HTML). +# +# Default is not set +# +# privacy_policy = "" + + +# This is an optional terms of service document as a blob of text (not a URL, not HTML). +# +# Default is not set +# +# terms_of_service = "" + + # This is an optional contact for your relay, displayed in the NIP-11 response. # # Default is not set