Skip to content

Commit

Permalink
Merge pull request #128 from TaleLin/vanoneang-patch-5
Browse files Browse the repository at this point in the history
Update secure.js
  • Loading branch information
vanoneang authored Jun 25, 2021
2 parents 6980ab4 + d411030 commit 3fd09ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/config/secure.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ module.exports = {
username: 'root',
password: '123456',
logging: false,
timezone: '+08:00'
timezone: '+08:00',
define: {
charset: 'utf8mb4'
},
},
secret:
'\x88W\xf09\x91\x07\x98\x89\x87\x96\xa0A\xc68\xf9\xecJJU\x17\xc5V\xbe\x8b\xef\xd7\xd8\xd3\xe6\x95*4' // 发布生产环境前,请务必修改此默认秘钥
Expand Down

0 comments on commit 3fd09ff

Please sign in to comment.