Files
SeeyonFileSystem/server/config.yaml
2026-07-18 17:07:34 +08:00

37 lines
560 B
YAML

# 文件管理系统配置
server:
port: 8075
mode: debug
public_url: "http://127.0.0.1:5173"
database:
type: mysql
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
cdn_host: ""
cdn_path_prefix: ""
backup:
mysqldump_path: ""
mysql_path: ""
pgdump_path: ""
psql_path: ""
sqlcmd_path: ""
license:
file_path: ""
verify_url: ""
network: internal