appsettings.json 900 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "ConnectionStrings": {
  11. "ERPDatabase": "Server=lynx-solutions.org;Port=13306;Database=StrohrmannERP;User Id=root;Password=strohrmann123!;"
  12. },
  13. "SessionOptions": {
  14. "IdleTimeout": "01:00:00",
  15. "Cookie": {
  16. "Name": "GreenTree.Strohrmann.ERP.Session"
  17. }
  18. },
  19. "AdministrationOptions": {
  20. "Administrator": "admin",
  21. "Password": "2fbc1282c8d00d1b0726a5a00d13214f"
  22. },
  23. "MailNotificationOptions": {
  24. "From": "no-reply@Strohrmann-ERP",
  25. "SmtpServerAddress": "lynx-solutions.org",
  26. "SmtpServerUsername": "service",
  27. "SmtpServerPassword": "14595809ad.",
  28. "SmtpServerDomain": ""
  29. }
  30. }