mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
add media exists api
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ class Settings(BaseSettings):
|
||||
HOST: str = "0.0.0.0"
|
||||
# API监听端口
|
||||
PORT: int = 3001
|
||||
# 是否自动重载
|
||||
RELOAD: bool = False
|
||||
# 是否调试模式
|
||||
DEBUG: bool = False
|
||||
# 配置文件目录
|
||||
CONFIG_DIR: str = None
|
||||
# 超级管理员
|
||||
|
||||
Reference in New Issue
Block a user