We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# 端口号 PORT=3002 # 生成优惠码的密码盐值和有效期 COUPON_GEN_PWD_SALT=100 COUPON_GEN_PWD_SECONDS=360 # 微信小程序 API 相关配置 NEXT_WX_MINI_SHOP_API_HOST= NEXT_WX_PAY_AID= NEXT_WX_PAY_SECRET= # Gitee OAuth 客户端密钥 GITEE_OAUTH_CLIENT_SECRET= # 公共环境变量 NEXT_PUBLIC_DEV=true NEXT_PUBLIC_PROD=true NEXT_PUBLIC_i18nDebug=false # 如果前端和后端在同一主机上,请使用以下行 NEXT_PUBLIC_nextHost=1 # 如果前端和后端 API 不在同一主机上,请使用以下行 NEXT_PUBLIC_apiHost= # 如果后端 API 不是默认的 /api,请使用以下行 NEXT_PUBLIC_apiPrefix= # 静态导出时使用的语言版本 NEXT_PUBLIC_export_lang= # 静态导出时使用的基础路径 NEXT_PUBLIC_basePath= # MongoDB 连接字符串 mongodbURI=
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: