mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
7 lines
196 B
Python
7 lines
196 B
Python
|
APP_NAME = "Plex Prerolls"
|
||
|
APP_DESCRIPTION = "A tool to manage prerolls for Plex"
|
||
|
DEFAULT_CONFIG_PATH = "config.yaml"
|
||
|
DEFAULT_LOG_DIR = "logs/"
|
||
|
CONSOLE_LOG_LEVEL = "INFO"
|
||
|
FILE_LOG_LEVEL = "DEBUG"
|