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/config.py
2020-02-14 23:29:00 -05:00

10 lines
267 B
Python

SECRET_KEY = '1d4bb560a7644fa48852a92ce52d6e08'
SERVER_NAME_FOR_POST = '0.0.0.0:8081'
PREFERRED_URL_SCHEME = 'http'
BOOTSTRAP_SERVE_LOCAL = True
SUBSCRIBERS_SUPPORT = False
EPG_SUPPORT = False
META_SUPPORT = False
EPG_IN_DIRECTORY = '~/epg/in'
OMDB_KEY = 'd8a1f487'