order-service/.env.dist

16 lines
492 B
Plaintext
Raw Normal View History

SERVER_ADDR=:1883
APP_NAME=order-svc
APP_DOMAIN=host.docker.internal
REGISTRY_USE_DOMAIN_OVER_IP=true
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
CACHE_PASSWORD=12345678
MONGODB_URL=mongodb://mongodb:12345678@egommerce.local:48600
EVENTBUS_URL=amqp://guest:guest@egommerce.local:48201