GitBrowser
receipt-web
main/Receipt.Web/appsettings.json
Name Message Date
📁 Components Send content to receipt-printer gRPC service 7 hours ago
📁 Properties Initialize web app 8 hours ago
📁 Services Send content to receipt-printer gRPC service 7 hours ago
📁 wwwroot Initialize web app 8 hours ago
📄 appsettings.Development.json Send content to receipt-printer gRPC service 7 hours ago
📄 appsettings.json Initialize web app 8 hours ago
📄 packages.lock.json Send content to receipt-printer gRPC service 7 hours ago
📄 Program.cs Send content to receipt-printer gRPC service 7 hours ago
📄 Receipt.Web.csproj Send content to receipt-printer gRPC service 7 hours ago
📄 appsettings.json
1 2 3 4 5 6 7 8 9 10
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}