| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "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": "a3b9c163f6c520407ff34cfdb83ca5c6"
- },
- "MailNotificationOptions": {
- "From": "no-reply@Strohrmann-ERP.de",
- "SmtpServerAddress": "lynx-solutions.org",
- "SmtpServerUsername": "service",
- "SmtpServerPassword": "14595809ad.",
- "SmtpServerDomain": ""
- },
- "GoogleApiOptions": {
- "ApiKey": "AIzaSyDJI7VrvPaCxG1u4rdEWoAjTfai2_6PWU4",
- "Enabled": false
- },
- "CultureOptions": {
- "DefaultCulture": "de-DE"
- }
- }
|