mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
7 lines
671 B
Python
7 lines
671 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':[{'company': 'Tathya Technologies Pvt Ltd (OPC)', 'website': 'https://tathyatechnologies.com', 'country':'India, Bangladesh'}]},
|
|
'project': {'version': '1.6.1', 'version_type': 'rc'}}
|