添加用户鉴权
This commit is contained in:
@@ -9,3 +9,6 @@ DB_PORT=3306
|
||||
DB_USER=root
|
||||
DB_PASSWORD=change_me
|
||||
DB_NAME=mini_program
|
||||
JWT_SECRET=change_me_to_a_long_random_string
|
||||
JWT_ALGORITHM=HS256
|
||||
JWT_ACCESS_TOKEN_EXPIRE_MINUTES=60
|
||||
|
||||
Reference in New Issue
Block a user