You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
448 B
23 lines
448 B
# 数据库配置
|
|
DB_HOST=mysql
|
|
DB_PORT=3306
|
|
DB_NAME=mini_program
|
|
DB_USER=mini_program_user
|
|
DB_PASSWORD=your_user_password
|
|
|
|
# 服务器配置
|
|
PORT=3000
|
|
NODE_ENV=production
|
|
|
|
# OSS配置
|
|
OSS_REGION=your-oss-region
|
|
OSS_ACCESS_KEY_ID=your-oss-access-key
|
|
OSS_ACCESS_KEY_SECRET=your-oss-secret-key
|
|
OSS_BUCKET=your-oss-bucket
|
|
|
|
# 微信小程序配置
|
|
WECHAT_APPID=your-wechat-appid
|
|
WECHAT_SECRET=your-wechat-secret
|
|
|
|
# JWT配置
|
|
JWT_SECRET=your-jwt-secret
|
|
|