Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

appsettings.json 718B

1234567891011121314151617181920212223242526
  1. {
  2. "AllowedHosts": "*",
  3. "ConnectionStrings": {
  4. "DefaultConnection": "data source=(localdb)\\MSSQLLocalDB; initial catalog=Test;Integrated Security=True"
  5. },
  6. "Logging": {
  7. "LogLevel": {
  8. "Default": "Information",
  9. "Microsoft": "Warning",
  10. "Microsoft.Hosting.Lifetime": "Information"
  11. }
  12. },
  13. "EmailSettings": {
  14. "SmtpServer": "mail.dilig.net",
  15. "SmtpPort": 465,
  16. "SmtpUseSSL": true,
  17. "SmtpUsername": "hr@dilig.net",
  18. "SmtpPassword": "Dilig@hr#",
  19. "ClientId": "676494945032-kop4sh94m1ecdeqjclqibp3v1m2bpvd6.apps.googleusercontent.com",
  20. "ClientSecret": "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",
  21. "SmtpFrom": "hr@dilig.net",
  22. "SmtpFromName": "Diligent"
  23. }
  24. }