 "DA": {
    "Aggregator": "Noor",
    "Enabled": true,
    "DisplayUrlTextbox": true,
    "PaymentMethods" : ["BALANCE"]
  },
  
  
  
  masalan
  
  
  {

  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "con": "Server=127.0.0.1;port=5432;Database=halol_burger;Uid=postgres;Pwd=root;Connection Idle Lifetime=300;Keepalive=30"
  },
  "SynchronizationOption": {
    "Url": "http://localhost:8000/api/v1/"
  },
  "Vcr": {
    "Timeout": -1,
    "FillEmptyBarcodesWith": "-"
  },
  "Kestrel": {
    "Endpoints": {
      "Http": {
        "Url": "http://0.0.0.0:5000"
      }
    }
  },
  "StopListOption": {
    "Inteval": 5,
    "Throttle": 15,
    "NotifyWebAlipos": false
  },
  "DA": {
    "Aggregator": "Noor",
    "Enabled": true,
    "DisplayUrlTextbox": true,
    "PaymentMethods" : ["BALANCE"]
  },
  "lookemp_url": "http://localhost:8080",
  "validate_version": true,
  "can_create_worker_personal": true,
  "Backup": false,
  "Serilog": {
    "MinimumLevel": {
      "Default": "Information",
      "Override": {
        "Microsoft": "Error",
        "Microsoft.Hosting.Lifetime": "Information"
      }
    },
    "WriteTo": [
      {
        "Name": "Console",
        "Args": {
          "theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Code, Serilog.Sinks.Console",
          "outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj} <s:{SourceContext}>{NewLine}{Exception}"
        }
      }
    ],
    "WriteTo:Async": {
      "Name": "Async",
      "Args": {
        "configure": [
          {
            "Name": "File",
            "Args": {
              "path": "C:\\AliPosterLog\\AppLogs.log",
              "outputTemplate": "{Timestamp:o} [{Level:u3}] ({Application}/{MachineName}/{ThreadId}/{ThreadName}) {Message}{NewLine}{Exception}",
              "rollingInterval": "Day"
            }
          }
        ]
      }
    }
  }
}
