refactor: 移除java项目,改用hono + vercel function实现后端 (#1)

Co-authored-by: gin <gin-18@qq.com>
Co-authored-by: gin <dengxinmin@owlscm.com>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-06-17 20:58:00 +08:00
parent 2757a4fb49
commit 1c3f8b39a3
605 changed files with 13301 additions and 31274 deletions
+10
View File
@@ -0,0 +1,10 @@
DATABASE_URL="mysql://collab_ledger_app:collab_ledger_app123@127.0.0.1:3306/collab_ledger"
REDIS_URL="redis://:redis123@127.0.0.1:6379"
JWT_SECRET="sdhfkjshBN6rr32df38"
JWT_HEADER="Authorization"
JWT_AUTO_REFRESH_MINUTES="20"
UPLOAD_DIR="./uploads"
PUBLIC_FILE_BASE_URL="http://localhost:3000/profile"
CAPTCHA_ENABLED="false"
REGISTER_ENABLED="true"
RSA_PRIVATE_KEY=""