后端加入Redis、旋转图片验证接口

This commit is contained in:
2024-08-30 21:34:24 +08:00
parent a69cd3af61
commit 29f2c09a69
15 changed files with 551 additions and 2 deletions

View File

@@ -7,6 +7,12 @@ const config = {
password: 'Shi15023847146'
// password: '245565'
},
redis: {
port: 6379,
host: 'localhost',
password: ''
// password: 'jhkdjhkjdhsIUTYURTU_f7EJZJ'
},
authToken: '17e50223f4a545ec9e36ebf08e2f71bb',
adminToken: '3a6f71412f9e48b9bbbd056aa7eb5467',
apiPort: 23500,