HEX
Server: Microsoft-IIS/10.0
System: Windows NT 175-172-178-68 10.0 build 20348 (Windows Server 2022) AMD64
User: IUSR (0)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: C:/Applications/SpotterLive/appsettings.json
{
  "Logging": {
    "Enabled": true,
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Information",
      "Microsoft.Hosting.Lifetime": "Information"
    },
    "ChangeLogging": {
      "Enabled": false
    },
    "FileLogging": {
      "Enabled": false,
      "Path": "C:\\MHS\\Projects\\SpotterApp\\SpotterWeb\\wwwroot\\logs\\log-.txt",
      "RollingInterval": "Day"
    },
    "DbLogging": {
      "Enabled": false,
      "ConnectionString": "Data Source=68.178.172.175;Initial Catalog=SpotterLive;User Id=spuser;Password=McS@21!p2025;Integrated Security=False;Encrypt=True;Trust Server Certificate=True;MultipleActiveResultSets=True"
    }
  },
  "SchduleTimer": {
    "AuctionResultFinalizer": "0/3 * * * * ?",
    "AuctionFinalizerAllowed": true,

    "EmailSendingJob": "0 0/59 * * * ?",
    "EmailSendingAllowed": false,

    "EmailActivityJob": "0 0/59 * * * ?",
    "EmailActivityAllowed": false,

    "ImportSubscriber": "0 0/59 * * * ?",
    "SendEmailToSubscriber": "0 0/59 * * * ?",

    "CheckPackageStatus": "0 0/59 * * * ?"
  },

  "DefaultTimeZone": "Asia/Dubai",
  "ConnectionStrings": {
    "DefaultConnection": "Server=68.178.172.175;Initial Catalog=SpotterLive;MultipleActiveResultSets=true;User ID=spuser;Password=McS@21!p2025;Encrypt=True;TrustServerCertificate=True"
  },
  // "EmailConfiguration": {
  //   "From": "murtaza@my0ne.com",
  //   "SmtpServer": "smtp.zeptomail.com",
  //   "Port": 465,
  //   "Username": "emailapikey",
  //   "Password": "wSsVR6128hajDfwszjOtJOZukA9QVlv0FB4u3VL16HD4F/nFocdonkCaDAOjTfdJEDRvFTITobgqmBYGh2EPjNR4zV5TDyiF9mqRe1U4J3x17qnvhDzKW2VemhWLLIgIxwtjnGljEsAk+g=="
  // },
  "EmailConfiguration": {
    "From": "murtaza@myspotter.co",
    "SmtpServer": "smtp.gmail.com",
    "Port": 465,
    "UserName": "murtaza@myspotter.co",
    "Password": "vfgbvrmrcrlnehth",
    "AdminEmail": "team.lead2020@gmail.com"
  },
  "AppSettings": {
    "SpotterLogging": {
      "EnablSystemLogs": true,
      "EnableUsersLogs": true,
      "EnableEmailLogs": true
    },
    "Password": {
      "RequiredLength": 6,
      "RequireLowercase": true,
      "RequireUppercase": true,
      "RequireDigit": true,
      "RequireNonAlphanumeric": true
    },
    "Lockout": {
      "AllowedForNewUsers": true,
      "DefaultLockoutTimeSpanInMins": 30,
      "MaxFailedAccessAttempts": 5
    },
    "GoogleRecaptcha": {
      "RecaptchaPrivateKey": "",
      "RecaptchaSiteKey": "",
      "EnableRecaptcha": true
    }
  },
  "GoogleCredentialFile": "./config/gcloud.json",
  "GoogleCloudStorageBucket": "spotter-app",

  "GoogleClientId": "652225819596-1mm5v70plplj21a9u87rslaa873gd2n3.apps.googleusercontent.com",
  "GoogleClientSecret": "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",
  "GoogleRedirectUri": "http://myspotter.co/en/customer/Account/GoogleLoginAct",

  "AllowedHosts": "*"
}

//<environmentVariables>
//  <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
//</environmentVariables>

//<aspNetCore processPath="dotnet" arguments=".\SpotterWeb.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess">
//     <environmentVariables>
//       <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
//     </environmentVariables>
//   </aspNetCore>