mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
7 lines
552 B
Python
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'}}
|