Files
SeeyonFileSystem/server/config.yaml

40 lines
910 B
YAML
Raw Normal View History

2026-07-03 15:58:29 +08:00
# =============================================
# 文件管理系统配置
# =============================================
server:
2026-07-10 17:33:33 +08:00
port: 8075
2026-07-03 15:58:29 +08:00
mode: debug
2026-07-10 17:33:33 +08:00
public_url: "http://127.0.0.1:5173"
2026-07-03 15:58:29 +08:00
database:
2026-07-10 17:33:33 +08:00
type: mysql # mysql / sqlserver / postgres
2026-07-03 15:58:29 +08:00
host: 127.0.0.1
port: 3306
username: root
password: "123456"
dbname: seeyon_fs
jwt:
secret: seeyon-filesystem-jwt-secret-key-2024
expiration: 24
storage:
default_policy_id: 1
local_base_path: D:/Seeyon/A8/localfile
2026-07-10 17:33:33 +08:00
cdn_host: "http://127.0.0.1:3090"
2026-07-03 15:58:29 +08:00
cdn_path_prefix: "/public"
# 备份工具路径(留空则自动搜索)
backup:
2026-07-10 17:33:33 +08:00
mysqldump_path: ""
mysql_path: ""
pgdump_path: ""
psql_path: ""
sqlcmd_path: ""
2026-07-18 10:52:32 +08:00
# 授权配置
license:
file_path: "" # 授权文件路径, 留空则默认 ./license.json
verify_url: "" # 远程验证接口(可选), 如 http://verify.example.com/api/license/verify