This commit is contained in:
zpc 2025-08-06 17:20:00 +08:00
parent 652cf91097
commit ae89ca613c

View File

@ -33,10 +33,10 @@
"urls": "http://*:8888", //urldevServer
"corsUrls": [ "http://localhost:8887", "http://localhost:8886" ], //","
"JwtSettings": {
"Issuer": "ZRAdmin.NET", //token
"Audience": "ZRAdmin.NET", //token
"SecretKey": "SecretKey-ZRADMIN.NET-202311281883838",
"Expire": 60, //jwt
"Issuer": "admin.NET", //token
"Audience": "admin.NET", //token
"SecretKey": "SecretKey-ZRADMIN.NET-202311281883831",
"Expire": 144000, //jwt
"RefreshTokenTime": 7200, //
"TokenType": "Bearer"
},