Skip to content

Commit

Permalink
fix: weapp config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Apr 19, 2022
1 parent 3ae35ab commit 9af3a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { version } = require('../package.json')

const CIPluginOpt = {
weapp: {
appid: process.env.WEAPP_ID || '',
appid: process.env.WEAPP_ID || '微信小程序appid',
privateKeyPath: "key/private.appid.key"
},
tt: {
Expand Down

0 comments on commit 9af3a7a

Please sign in to comment.