Skip to content
New issue

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

配置翻译参考 #45

Open
JeazW opened this issue Mar 21, 2023 · 0 comments
Open

配置翻译参考 #45

JeazW opened this issue Mar 21, 2023 · 0 comments

Comments

@JeazW
Copy link

JeazW commented Mar 21, 2023

# 端口号
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=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant