This commit is contained in:
2026-07-18 17:07:34 +08:00
parent 70f8d2a35d
commit 7406d4f6ee
5 changed files with 59 additions and 32 deletions

View File

@@ -1,6 +1,4 @@
# =============================================
# 文件管理系统配置
# =============================================
server:
port: 8075
@@ -8,7 +6,7 @@ server:
public_url: "http://127.0.0.1:5173"
database:
type: mysql # mysql / sqlserver / postgres
type: mysql
host: 127.0.0.1
port: 3306
username: root
@@ -22,10 +20,9 @@ jwt:
storage:
default_policy_id: 1
local_base_path: D:/Seeyon/A8/localfile
cdn_host: "http://127.0.0.1:3090"
cdn_path_prefix: "/public"
cdn_host: ""
cdn_path_prefix: ""
# 备份工具路径(留空则自动搜索)
backup:
mysqldump_path: ""
mysql_path: ""
@@ -33,7 +30,7 @@ backup:
psql_path: ""
sqlcmd_path: ""
# 授权配置
license:
file_path: "" # 授权文件路径, 留空则默认 ./license.json
verify_url: "" # 远程验证接口(可选), 如 http://verify.example.com/api/license/verify
file_path: ""
verify_url: ""
network: internal