configuration/.env.dist

13 lines
302 B
Plaintext
Raw Normal View History

2023-01-25 14:16:13 +00:00
# SERVICE
SERVICE_URL=0.0.0.0
SERVICE_PORT=5003
2023-04-04 08:30:37 +00:00
HEALTH_SERVICE_PORT=6003
2023-01-25 14:16:13 +00:00
# PRISMA
2023-03-17 10:34:17 +00:00
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-db:5432/mobicoop?schema=configuration"
2023-01-25 14:16:13 +00:00
# MESSAGE BROKER
MESSAGE_BROKER_URI=amqp://v3-broker:5672
MESSAGE_BROKER_EXCHANGE=mobicoop
MESSAGE_BROKER_EXCHANGE_DURABILITY=true