Update
This commit is contained in:
parent
e952d1b089
commit
60e1fb5114
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user