更新api接口为https正式版

This commit is contained in:
jingrow 2025-08-14 20:12:21 +08:00
parent f0a434ec2e
commit 82088279eb
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ class Settings(BaseSettings):
debug: bool = False
# Japi 静态资源下载URL
download_url: str = "http://api.jingrow.com:9080/files"
download_url: str = "https://api.jingrow.com/files"
# 文件保留时间(小时)
file_retention_hours: int = 1

View File

@ -15,7 +15,7 @@ class Settings(BaseSettings):
api_name: str = "jupscale" # 默认API名称
save_dir: str = "../jfile/files"
# Japi 静态资源下载URL
download_url: str = "http://api.jingrow.com:9080/files"
download_url: str = "https://api.jingrow.com/files"
# 中转图床服务上传URL
upload_url: str = "http://images.jingrow.com:8080/api/v1/image"

View File

@ -15,7 +15,7 @@ class Settings(BaseSettings):
api_name: str = "jvector" # 默认API名称
save_dir: str = "../jfile/files"
# Japi 静态资源下载URL
download_url: str = "http://api.jingrow.com:9080/files"
download_url: str = "https://api.jingrow.com/files"
# 中转图床服务上传URL
upload_url: str = "http://images.jingrow.com:8080/api/v1/image"

View File

@ -18,7 +18,7 @@ class Settings(BaseSettings):
# 图片保存配置
save_dir: str = "../jfile/files"
# Japi 静态资源下载URL
download_url: str = "http://api.jingrow.com:9080/files"
download_url: str = "https://api.jingrow.com/files"
# Jingrow Jcloud API 配置
jingrow_api_url: str = "https://cloud.jingrow.com"