添加项目文件。

This commit is contained in:
2025-02-25 22:28:49 +08:00
parent 07e26cc93e
commit 1a7bdb585a
32 changed files with 1601 additions and 0 deletions

11
Data/Config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"LogDanmakuError": false,
"ListenHost": "*",
"ListenPort": 4050,
"DBConnectString": "Host=42.193.20.136;Port=5432;Username=postgres;Password=!Hzy05152484; Database=MegghysAPI;",
"MinIOEndpoint": "eternalland.top:9000",
"MinIOAccessKey": "RBzbElm21lf7sy7wK7wG",
"MinIOSecretKey": "Nko5azOSUiYgOUeLsj8hLxGz4cKC8XOcH0VS7lWq",
"MinIORegion": "cn-main",
"MinIOBucket": "general"
}