catalog-service/.env.dist
Piotr Biernat 27b1f1fb35
Some checks failed
continuous-integration/drone/push Build is failing
:Huge REFACTORING
2022-11-29 22:40:58 +01:00

4 lines
188 B
Plaintext

SERVER_ADDR=:80
DATABASE_URL=postgres://postgres:12345678@postgres-db:5432/egommerce
MONGODB_URL=mongodb://mongodb:12345678@mongo-db:27017
EVENTBUS_URL=amqp://guest:guest@api-eventbus:5672