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-18 17:07:34 +08:00
|
|
|
type: mysql
|
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-18 17:07:34 +08:00
|
|
|
cdn_host: ""
|
|
|
|
|
cdn_path_prefix: ""
|
2026-07-03 15:58:29 +08:00
|
|
|
|
|
|
|
|
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:
|
2026-07-18 17:07:34 +08:00
|
|
|
file_path: ""
|
|
|
|
|
verify_url: ""
|
|
|
|
|
network: internal
|