| 123456789101112131415161718192021222324252627282930 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "ERPDatabase": "Server=lynx-solutions.org;Port=13306;Database=StrohrmannERP;User Id=root;Password=strohrmann123!;"
- },
- "SessionOptions": {
- "IdleTimeout": "01:00:00",
- "Cookie": {
- "Name": "GreenTree.Strohrmann.ERP.Session"
- }
- },
- "AdministrationOptions": {
- "Administrator": "admin",
- "Password": "2fbc1282c8d00d1b0726a5a00d13214f"
- },
- "MailNotificationOptions": {
- "From": "no-reply@Strohrmann-ERP",
- "SmtpServerAddress": "lynx-solutions.org",
- "SmtpServerUsername": "service",
- "SmtpServerPassword": "14595809ad.",
- "SmtpServerDomain": ""
- }
- }
|