GitBrowser
receipt-web
main/Receipt.Web/appsettings.Development.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.Development.json
1 2 3 4 5 6 7 8 9 10 11 12
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ReceiptPrinter": {
    "Address": "http://localhost:50051"
  }
}