# IAM_SERVICE_BASE_URL:iam-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