您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

appsettings.Development.json 277B

12345678910
  1. {
  2. "ConnectionStrings": {
  3. "WebApi": "Server=.;Database=HRCenter;Trusted_Connection=True;MultipleActiveResultSets=true"
  4. },
  5. "Authorization": {
  6. "JwtExpiredTime": "5",
  7. "JwtRefreshExpiredTime": "30",
  8. "Secret": "SECRET_ASKGFH#$_#((Y)#I%EWJGDSJTGKEOS@$SAF"
  9. }
  10. }