mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00
11 lines
242 B
Python
11 lines
242 B
Python
# 26.05.24
|
|
|
|
# Internal utilities
|
|
from Src.Util._jsonConfig import config_manager
|
|
|
|
|
|
SITE_NAME = "altadefinizione"
|
|
ROOT_PATH = config_manager.get('DEFAULT', 'root_path')
|
|
DOMAIN_NOW = config_manager.get('SITE', SITE_NAME)
|
|
|
|
MOVIE_FOLDER = "Movie" |