feat:token验证

This commit is contained in:
2025-11-01 19:20:48 +08:00
parent 6facd5f6cc
commit 78f7995d8a
7 changed files with 137 additions and 18 deletions

View File

@@ -2,5 +2,12 @@
"express":{
"port": 3000,
"jwtSecret": ""
},
"pgsql":{
"host": "localhost",
"port": 5432,
"user": "postgres",
"password": "<PASSWORD>",
"database": "postgres"
}
}