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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "Serilog": {
  3. "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Sinks.Seq" ],
  4. "MinimumLevel": {
  5. "Default": "Debug",
  6. "Override": {
  7. "Microsoft": "Information",
  8. "Microsoft.AspNetCore": "Warning"
  9. }
  10. },
  11. "WriteTo": [
  12. {
  13. "Name": "Console"
  14. },
  15. {
  16. "Name": "File",
  17. "Args": { "path": "Logs/log.txt" }
  18. },
  19. {
  20. "Name": "Seq",
  21. "Args": { "ServerUrl": "http://localhost:5341" }
  22. }
  23. ],
  24. "Enrich": [ "FromLogContext", "WithMachineName", "WtihThreadId", "WithExceptionDetails" ]
  25. },
  26. "ConnectionStrings": {
  27. //"WebApi": "Server=192.168.88.105;Database=DocumentOrganizer;User Id=hrcentar;Password=administrator#2021;"
  28. "WebApi": "Server=.;Database=DocumentOrganizer;Trusted_Connection=True;MultipleActiveResultSets=true"
  29. },
  30. "Authorization": {
  31. "JwtExpiredTime": "5",
  32. "JwtRefreshExpiredTime": "30",
  33. "Secret": "SECRET_ASKGFH#$_#((Y)#I%EWJGDSJTGKEOS@$SAF",
  34. "GoogleClientId": "734219382849-nvnulsu7ibfl4bk3n164bgb7c1h5dgca.apps.googleusercontent.com"
  35. },
  36. "Mail": {
  37. "SmtpServer": "smtp.mailtrap.io",
  38. "SmtpPort": 2525,
  39. "SmtpUseSSL": true,
  40. "SmtpUsername": "179be7a6fd2f50",
  41. "SmtpPassword": "63cde15de0d5d7",
  42. "SmtpFrom": "noreply@hrcenter.net",
  43. "SmtpFromName": "HRCenter Team"
  44. },
  45. "FrontEnd": {
  46. "BaseUrl": "http://localhost:3000",
  47. },
  48. "ScreeningTest": {
  49. "Url": "https://localhost:44349/api/v1/",
  50. "Email": "hrcenter@dilig.net",
  51. "Password": "MYRandomPass135!",
  52. "link": "https://localhost:44336/Intern/ToS?id={0}"
  53. }
  54. }