From 34503936dd5b59ec15345767c80e9de37ef9b555 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Mon, 22 Sep 2025 11:46:57 -0300 Subject: [PATCH] fix: ajustes variaveis release --- deploy/docker-stack.release.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/deploy/docker-stack.release.yml b/deploy/docker-stack.release.yml index 0a7f746..ca6a9da 100644 --- a/deploy/docker-stack.release.yml +++ b/deploy/docker-stack.release.yml @@ -22,13 +22,20 @@ services: ASPNETCORE_ENVIRONMENT: Release ASPNETCORE_URLS: http://+:8080 ASPNETCORE_FORWARDEDHEADERS_ENABLED: "true" - MongoDb__ConnectionString: mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/BCardsDB?replicaSet=rs0&authSource=admin + # MongoDB local (Core i5) + MongoDb__ConnectionString: mongodb://192.168.0.100:27017/BCardsDB MongoDb__DatabaseName: BCardsDB - DataProtection__Mongo__ConnectionString: mongodb://admin:c4rn31r0@129.146.116.218:27017,141.148.162.114:27017/BCardsDB?replicaSet=rs0&authSource=admin + DataProtection__Mongo__ConnectionString: mongodb://192.168.0.100:27017/BCardsDB DataProtection__Mongo__DatabaseName: BCardsDB DataProtection__Mongo__CollectionName: DataProtectionKeys - Serilog__OpenSearchUrl: http://141.148.162.114:19201 - Serilog__OpenSearchFallback: http://129.146.116.218:19202 + # OpenSearch local (Core i5) + Serilog__OpenSearchUrl: http://192.168.0.100:9200 + Serilog__OpenSearchFallback: http://192.168.0.100:9200 + # Stripe test keys (same as development) + Stripe__PublishableKey: pk_test_51RjUmIBMIadsOxJVP4bWc54pHEOSf5km1hpOkOBSoGVoKxI46N4KSWtevpXCSq68OjFazBuXmPJGBwZ1KDN5MNJy003lj1YmAS + Stripe__SecretKey: sk_test_51RjUmIBMIadsOxJVeqsMFxnZ8ePR7d8IbnaF4sAwBVJv9rrfODPEQ2C9fF3beoABpITdfzEk0ZDzGTTQfvKv63xI00PeZoABGO + Stripe__WebhookSecret: whsec_8d189c137ff170ab5e62498003512b9d073e2db50c50ed7d8712b7ef11a37543 + Stripe__Environment: test Logging__LogLevel__Default: Debug healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/health"]