develop #1

Open
keedosn wants to merge 18 commits from develop into main
Showing only changes of commit 6ed5009882 - Show all commits

View File

@ -1,15 +1,15 @@
SERVER_ADDR=:1883
SERVER_ADDR=:80
APP_NAME=order-svc
APP_DOMAIN=host.docker.internal
REGISTRY_USE_DOMAIN_OVER_IP=true
APP_DOMAIN=order.service.ego.io
REGISTRY_USE_DOMAIN_OVER_IP=false
APP_PATH_PREFIX=/order
APP_KV_NAMESPACE=dev.egommerce/service/order-svc
LOGGER_ADDR=egommerce.local:48400
REGISTRY_ADDR=egommerce.local:48100
DATABASE_URL=postgres://postgres:12345678@egommerce.local:48500/egommerce
CACHE_ADDR=egommerce.local:48300
LOGGER_ADDR=api-logger:24224
REGISTRY_ADDR=api-registry:8500
DATABASE_URL=postgres://postgres:12345678@postgres-db:5432/egommerce
CACHE_ADDR=api-cache:6379
CACHE_PASSWORD=12345678
MONGODB_URL=mongodb://mongodb:12345678@egommerce.local:48600
EVENTBUS_URL=amqp://guest:guest@egommerce.local:48201
MONGODB_URL=mongodb://mongodb:12345678@mongo-db:27017
EVENTBUS_URL=amqp://guest:guest@api-eventbus:5672