返回 AiToEarn
.env.example
根目录 / project / aitoearn-electron / server / .env.example
1 NODE_ENV=production
2 SERVER_PORT=3000
3 MONGO_URI=mongodb://root:YOUR_MONGO_PASSWORD@your_mongo_host:port/?directConnection=true
4 MONGO_DB=att
5 REDIS_HOST=your_redis_host
6 REDIS_PORT=your_redis_port
7 REDIS_PASSWORD=your_redis_password
8 REDIS_DB=0
9 WX_MCH_ID=your_wx_mch_id
10 WX_KEY=your_wx_key
11 WX_NOTIFY_URL=https://your_domain/api/pay/back/wx
12 WX_APP_ID=your_wx_app_id
13 WX_APP_SECRET=your_wx_app_secret
14 WX_GZH_ID=your_wx_gzh_id
15 WX_GZH_SECRET=your_wx_gzh_secret
16 WX_GZH_TOKEN=your_wx_gzh_token
17 WX_GZH_AES_KEY=your_wx_gzh_aes_key
18 OSS_KEY_ID=your_oss_key_id
19 OSS_KEY_SECRET=your_oss_key_secret
20 OSS_REGION=your_oss_region
21 OSS_BUCKET=your_oss_bucket
22 OSS_URL=https://your_oss_bucket.oss-region.aliyuncs.com
23 OSS_SECRET=true
24 SMS_ACCESS_KEY_ID=your_sms_access_key_id
25 SMS_ACCESS_KEY_SECRET=your_sms_access_key_secret
26 SMS_ENDPOINT=dysmsapi.aliyuncs.com
27 SMS_REGION_ID=
28 SMS_SIGN_NAME=your_sms_sign_name
29 SMS_TEMPLATE_CODE=your_sms_template_code
30 QWEN_KEY=your_qwen_key
31 REALNAME_ACCESS_KEY_ID=your_realname_access_key_id
32 REALNAME_ACCESS_KEY_SECRET=your_realname_access_key_secret
33 TENCENT_TMS_SECRET_ID=your_tencent_tms_secret_id
34 TENCENT_TMS_SECRET_KEY=your_tencent_tms_secret_key
35 GOOGLE_WEB_CLIENT_ID=your_google_web_client_id
36 GOOGLE_WEB_CLIENT_SECRET=your_google_web_client_secret
37 GOOGLE_RENDER_URL=https://your_render_url
38 TWITTER_WEB_CLIENT_ID=your_twitter_web_client_id
39 TWITTER_WEB_CLIENT_SECRET=your_twitter_web_client_secret
40 TWITTER_WEB_RENDER_URL=https://your_render_url
40 lines Plain Text