mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
12 lines
269 B
Python
12 lines
269 B
Python
# 26.05.24
|
|
|
|
# Internal utilities
|
|
from Src.Util._jsonConfig import config_manager
|
|
|
|
|
|
SITE_NAME = "streamingcommunity"
|
|
ROOT_PATH = config_manager.get('DEFAULT', 'root_path')
|
|
DOMAIN_NOW = config_manager.get('SITE', SITE_NAME)
|
|
|
|
MOVIE_FOLDER = "Movie"
|
|
SERIES_FOLDER = "Serie" |