3900-MyRecipes-backup / Server / appsettings.json
appsettings.json
Raw
{
  "ConnectionStrings": {
    "DefaultConnection": "Server=tcp:sqlvm-myrecipe.database.windows.net,1433;Initial Catalog=MyRecipe-db;Persist Security Info=False;User ID=azureuser;Password=xdB2Ls82GRIM*Klc;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "IdentityServer": {
    "Clients": {
      "MyRecipes2.Client": {
        "Profile": "IdentityServerSPA"
      }
    }
  },
"AllowedHosts": "*"
}