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

123456789101112131415161718192021222324
  1. {
  2. "AllowedHosts": "*",
  3. "ConnectionStrings": {
  4. "DefaultConnection": "data source=192.168.88.175,1433;initial catalog=SecureShareTestDb;User Id=sa;Password=Diligent123!"
  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": "1039497975720-ajl79pcgmg0lc52an6hlmk8vidqf9vdg.apps.googleusercontent.com",
  20. "ClientSecret": "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",
  21. "SmtpFrom": "hr@dilig.net",
  22. "SmtpFromName": "Diligent"
  23. }
  24. }