This commit is contained in:
Piotr Biernat 2023-05-22 21:59:32 +02:00
parent e952d1b089
commit 60e1fb5114
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const (
defCacheAddr = "api-cache:6379"
defCachePassword = "12345678"
defMongoDbURL = "mongodb://mongodb:12345678@mongo-db:27017"
defEventBusURL = "amqp://guest:guest@api-eventbus:5672"
defEventBusURL = "amqp://guest:guest@api-gateway:5672"
ebEventsExchange = "api-events"
ebEventsQueue = "pricing-svc"
defKVNmspc = "dev.egommerce/service/pricing-svc"

View File

@ -29,7 +29,7 @@ const (
defCacheAddr = "api-cache:6379"
defCachePassword = "12345678"
defMongoDbURL = "mongodb://mongodb:12345678@mongo-db:27017"
defEventBusURL = "amqp://guest:guest@api-eventbus:5672"
defEventBusURL = "amqp://guest:guest@api-gateway:5672"
ebEventsExchange = "api-events"
ebEventsQueue = "pricing-worker"
defKVNmspc = "dev.egommerce/service/pricing-worker"