From 74d9801713d53fec07d709412ae1dc46969fca70 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Sun, 24 Aug 2025 20:04:16 -0300 Subject: [PATCH] fix: conectar ao seq do host do docker. --- appsettings.Production.json | 2 +- appsettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appsettings.Production.json b/appsettings.Production.json index 738dc5d..0dabba1 100644 --- a/appsettings.Production.json +++ b/appsettings.Production.json @@ -5,7 +5,7 @@ "MongoDB": "mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/QrRapido?replicaSet=rs0&authSource=admin" }, "Serilog": { - "SeqUrl": "http://localhost:5341", + "SeqUrl": "http://host.docker.internal:5341", "ApiKey": "", "MinimumLevel": { "Default": "Information", diff --git a/appsettings.json b/appsettings.json index 38f0744..09ca664 100644 --- a/appsettings.json +++ b/appsettings.json @@ -59,7 +59,7 @@ "ApplicationName": "QRRapido", "Environment": "Personal", "Serilog": { - "SeqUrl": "http://localhost:5341", + "SeqUrl": "http://host.docker.internal:5341", "ApiKey": "", "MinimumLevel": { "Default": "Information",