appsettings.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "ConnectionStrings": {
  11. "OrderDatabase": "Server=lynx-solutions.org;Port=33306;Database=Maschinenbestellungen;User Id=root;Password=dV84HTb68?s,;"
  12. },
  13. "SessionOptions": {
  14. "IdleTimeout": "01:00:00",
  15. "Cookie": {
  16. "Name": "GreenTree.Maschinenbestellungen.Session"
  17. }
  18. },
  19. "AdministrationOptions": {
  20. "Administrator": "admin",
  21. "Password": "a3b9c163f6c520407ff34cfdb83ca5c6"
  22. },
  23. "MailNotificationOptions": {
  24. "From": "no-reply@Strohrmann-ERP.de",
  25. "SmtpServerAddress": "lynx-solutions.org",
  26. "SmtpServerUsername": "service",
  27. "SmtpServerPassword": "14595809ad.",
  28. "SmtpServerDomain": ""
  29. },
  30. "GoogleApiOptions": {
  31. "ApiKey": "AIzaSyDJI7VrvPaCxG1u4rdEWoAjTfai2_6PWU4",
  32. "Enabled": false
  33. },
  34. "CultureOptions": {
  35. "DefaultCulture": "de-DE"
  36. }
  37. }