diff --git a/app/config/public_config.py b/app/config/public_config.py index 3760421..7121e2d 100644 --- a/app/config/public_config.py +++ b/app/config/public_config.py @@ -1,5 +1,6 @@ PUBLIC_CONFIG = {'site': {'title': 'FastoCloud', 'keywords': 'video,cloud,iptv,service,restreamer'}, 'company': {'title': 'FastoGT', 'domain': 'https://fastogt.com'}, 'support': {'contact_email': 'support@fastogt.com', - 'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5'}, + 'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5', + 'community_channel': 'https://discord.gg/cnUXsws'}, 'project': {'version': '1.1.0', 'version_type': 'rc'}} diff --git a/app/templates/index.html b/app/templates/index.html index c337356..35242ac 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -44,6 +44,8 @@