mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 00:46:57 +08:00
feat 可配置服务端口 && 支持ipv6
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class Settings(BaseSettings):
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES: int = 60 * 24 * 8
|
||||
# 时区
|
||||
TZ: str = "Asia/Shanghai"
|
||||
# 监听地址,ipv6改为::
|
||||
# API监听地址
|
||||
HOST: str = "0.0.0.0"
|
||||
# API监听端口
|
||||
PORT: int = 3001
|
||||
|
||||
Reference in New Issue
Block a user