feat(project): init

This commit is contained in:
2026-02-03 17:33:52 +08:00
commit b57d04f172
32 changed files with 1057 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# IAM_SERVICE_BASE_URLiam-service 的基础地址iam-front 通过服务端路由调用它)
IAM_SERVICE_BASE_URL=http://127.0.0.1:3000
# CAPTCHA_SECRET验证码 cookie 的签名密钥HMAC-SHA256
# 作用:防止客户端篡改验证码 cookie不是验证码本身也不会对外返回。
CAPTCHA_SECRET=please_replace_with_a_secure_random_string