refactor: migrate backend to TypeScript

This commit is contained in:
gin
2026-06-17 17:40:12 +08:00
parent 98eae63435
commit 74acfd664f
457 changed files with 7397 additions and 25009 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=""