1234567891011121314151617181920212223 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "DefaultConnect": "Data Source=(local);Initial Catalog=spDB;User ID=sa;Password=Lqftiu807005"
- },
- "ValidAudience": "StaffPerformance",
- "ValidIssuer": "http://localhost:39476",
- "jwt": {
- "Key": "fef3d2e1Edwfw43312321edszaSd",
- "Audience": "StaffPerformance",
- "Issuer": "http://localhost:39476"
- }
- }
|