Files
iam-front/.env.example
2026-02-03 17:33:52 +08:00

7 lines
373 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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