1234567891011121314151617181920212223 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- }
- //,
- //"ConnectionStrings": {
- // "SQLSERVER_CON_STR": "Server=.;Database=JobFinder;Integrated Security=True;TrustServerCertificate=True;"
- //},
- //"JsonWebTokenKeys": {
- // "ExpiryAfterMinutes": 1440,
- // "IssuerSigningKey": "11AED8BD61684239E303C7C88A7592519C065562AAC06DE97013A1C356754981",
- // "ValidAudience": "https://localhost:7088",
- // "ValidIssuer": "https://localhost:7088",
- // "ValidateIssuerSigningKey": true,
- // "ValidateIssuer": true,
- // "ValidateAudience": true,
- // "RequireExpirationTime": true,
- // "ValidateLifetime": true
- //}
- }
|