1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
fastocloud_admin/app/config/public_config.py
2020-02-09 06:36:23 +03:00

7 lines
552 B
Python

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',
'community_channel': 'https://discord.gg/cnUXsws',
'partners':[]},
'project': {'version': '1.0.0', 'version_type': 'release'}}