fix: conectar ao seq do host do docker.
All checks were successful
Deploy QR Rapido / test (push) Successful in 39s
Deploy QR Rapido / build-and-push (push) Successful in 13m35s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 1m17s

This commit is contained in:
Ricardo Carneiro 2025-08-24 20:04:16 -03:00
parent 1dc1a5b897
commit 74d9801713
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"MongoDB": "mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/QrRapido?replicaSet=rs0&authSource=admin" "MongoDB": "mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/QrRapido?replicaSet=rs0&authSource=admin"
}, },
"Serilog": { "Serilog": {
"SeqUrl": "http://localhost:5341", "SeqUrl": "http://host.docker.internal:5341",
"ApiKey": "", "ApiKey": "",
"MinimumLevel": { "MinimumLevel": {
"Default": "Information", "Default": "Information",

View File

@ -59,7 +59,7 @@
"ApplicationName": "QRRapido", "ApplicationName": "QRRapido",
"Environment": "Personal", "Environment": "Personal",
"Serilog": { "Serilog": {
"SeqUrl": "http://localhost:5341", "SeqUrl": "http://host.docker.internal:5341",
"ApiKey": "", "ApiKey": "",
"MinimumLevel": { "MinimumLevel": {
"Default": "Information", "Default": "Information",