feat:token验证
This commit is contained in:
@@ -2,5 +2,12 @@
|
||||
"express":{
|
||||
"port": 3000,
|
||||
"jwtSecret": ""
|
||||
},
|
||||
"pgsql":{
|
||||
"host": "localhost",
|
||||
"port": 5432,
|
||||
"user": "postgres",
|
||||
"password": "<PASSWORD>",
|
||||
"database": "postgres"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user