This commit is contained in:
2025-02-18 08:31:38 +08:00
parent b6a71aa49b
commit cf1cc83547
12 changed files with 104 additions and 52 deletions

View File

@@ -3,8 +3,9 @@ module.exports = {
connectionLimit : 100,
host: 'localhost',
user: 'root',
password: 'lb714500',
database: 'shop'
password: 'lb714500.',
database: 'shop',
insecureAuth: true
},
jwt: 'Pc!0YQPA$57iksjA',
rsa: {
@@ -14,7 +15,7 @@ module.exports = {
filter: {
login: '/user/login',
add: '/user/add',
// home: '/home/index',
home: '/home/index',
// type: '/type/list',
// banner: '/home/banner',
// recommend: '/home/recommend'