{
    "Serilog": {
        "Using": [
            "Serilog.Sinks.MSSqlServer"
        ],
        "MinimumLevel": {
            "Default": "Information",
            "Override": {
                "Microsoft": "Warning",
                "Microsoft.Hosting.Lifetime": "Information",
                "Serilog.AspNetCore.RequestLoggingMiddleware": "Warning"
            }
        },
        "Enrich": [
            "FromLogContext",
            "WithMachineName",
            "WithEnvironmentUserName"
        ],
        "WriteTo": [
            {
                "Name": "MSSqlServer",
                "Args": {
                    "connectionString": "Data Source=172.24.16.31;Initial Catalog=Tracking;Persist Security Info=True;User ID=appsqlsa;Password=working@befell5supreme4DETAILS;Encrypt=false;",
                    "sinkOptionsSection": {
                        "tableName": "t_FtpHelper",
                        "schemaName": "dbo",
                        "autoCreateSqlTable": true,
                        "batchPostingLimit": 100,
                        "period": "0.00:00:05"
                    },
                    "restrictedToMinimumLevel": "Information",
                    "columnOptionsSection": {
                        "disableTriggers": true,
                        "clusteredColumnstoreIndex": false,
                        "primaryKeyColumnName": "Id",
                        "addStandardColumns": [
                            "LogEvent"
                        ],
                        "removeStandardColumns": [
                            "Properties"
                        ],
                        "Enrich": [
                            "FromLogContext",
                            "WithMachineName",
                            "WithEnvironmentUserName"
                        ],
                        "additionalColumns": [
                            {
                                "ColumnName": "SourceContext",
                                "DataType": "nvarchar",
                                "AllowNull": true
                            },
                            {
                                "ColumnName": "EnvironmentUserName",
                                "DataType": "varchar",
                                "DataLength": 128,
                                "AllowNull": true
                            },
                            {
                                "ColumnName": "MachineName",
                                "DataType": "varchar",
                                "DataLength": 128,
                                "AllowNull": false
                            }
                        ],
                        "id": {
                            "nonClusteredIndex": true
                        },
                        "level": {
                            "columnName": "Severity",
                            "storeAsEnum": false
                        },
                        "properties": {
                            "columnName": "Properties",
                            "excludeAdditionalProperties": true,
                            "dictionaryElementName": "dict",
                            "itemElementName": "item",
                            "omitDictionaryContainerElement": false,
                            "omitSequenceContainerElement": false,
                            "omitStructureContainerElement": false,
                            "omitElementIfEmpty": true,
                            "propertyElementName": "prop",
                            "rootElementName": "root",
                            "sequenceElementName": "seq",
                            "structureElementName": "struct",
                            "usePropertyKeyAsElementName": false
                        },
                        "timeStamp": {
                            "columnName": "Timestamp",
                            "convertToUtc": true
                        },
                        "message": {
                            "columnName": "Msg"
                        },
                        "exception": {
                            "columnName": "Ex"
                        },
                        "messageTemplate": {
                            "columnName": "Template"
                        }
                    }
                }
            }
        ]
    },
    "AllowedHosts": "*",
    "ConnectionStrings": {
        "WalmartUS": "Server=172.24.16.31;Database=SCM_CRM;User ID=WM_EXNusr;Password=N3wH!p$3rv3r;encrypt=false;",
        "WalmartCA": "Server=172.24.16.36;Database=SCM_CRM;User ID=WM_EXNusr_ca;Password=N3wH!p$3rv3r;encrypt=false;"
    },
    "FtpServerSettings": {
        "UserName": "lumatrak_ftp_admin",
        "Password": "S#f*!g=Ro6"
    },
    "MailSettings": {
        "DevOverrideEmailAddress": "",
        "ServerHostName": "mail.lumatrak.com",
        "ServerPort": "25",
        "FromName": "Lumatrak",
        "CCName": "",
        "CCAddress": "",
        "BccAddress": "Reports@lumatrak.com",
        "PasswordChangedSubject": "Lumatrak File Transfer Site Password Reset",
        "NewAccountSubject": "Lumatrak File Transfer Site Instructions"
    },
    "CountrySpecificData": {
        "WalmartCA": {
            "SupportText": "Walmart CA",
            "SupportEmail": "wmc-pulsesupport@lumatrak.com",
            "PulseURL": "https://wmca.lumatrak.com/Login.aspx"
        },
        "WalmartUS": {
            "SupportText": "Walmart US",
            "SupportEmail": "wm-potracksupport@lumatrak.com",
            "PulseURL": "https://wms.lumatrak.com/Login.aspx"
        }
    }
}