ASP.NET / ASP.NET E-commerce Website Using Vue / appsettingsAzure.json
appsettingsAzure.json
Raw
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "N/A"
  },
  "AppSettings": {
    "Secret": "THIS IS USED TO SIGN AND VERIFY JWT TOKENS, IT CAN BE ANY STRING"
  },
  "AllowedHosts": "*"
}