appsettings.json 529 B

1234567891011121314151617181920212223
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "ConnectionStrings": {
  11. "DefaultConnect": "Data Source=(local);Initial Catalog=spDB;User ID=sa;Password=Lqftiu807005"
  12. },
  13. "ValidAudience": "StaffPerformance",
  14. "ValidIssuer": "http://localhost:39476",
  15. "jwt": {
  16. "Key": "fef3d2e1Edwfw43312321edszaSd",
  17. "Audience": "StaffPerformance",
  18. "Issuer": "http://localhost:39476"
  19. }
  20. }