初始化2

This commit is contained in:
2026-07-10 17:33:33 +08:00
parent b51ee98afa
commit 94f6ecf901
59 changed files with 3893 additions and 980 deletions

View File

@@ -3,11 +3,12 @@
# =============================================
server:
port: 8080
port: 8075
mode: debug
public_url: "http://localhost:5173"
public_url: "http://127.0.0.1:5173"
database:
type: mysql # mysql / sqlserver / postgres
host: 127.0.0.1
port: 3306
username: root
@@ -21,10 +22,13 @@ jwt:
storage:
default_policy_id: 1
local_base_path: D:/Seeyon/A8/localfile
cdn_host: "http://localhost:3090"
cdn_host: "http://127.0.0.1:3090"
cdn_path_prefix: "/public"
# 备份工具路径(留空则自动搜索)
backup:
mysqldump_path: "C:/Program Files/MySQL/MySQL Server 8.0/bin/mysqldump.exe"
mysql_path: "C:/Program Files/MySQL/MySQL Server 8.0/bin/mysql.exe"
mysqldump_path: ""
mysql_path: ""
pgdump_path: ""
psql_path: ""
sqlcmd_path: ""