13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
# SERVICE
|
|
SERVICE_URL=0.0.0.0
|
|
SERVICE_PORT=5003
|
|
HEALTH_SERVICE_PORT=6003
|
|
|
|
# PRISMA
|
|
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-db:5432/mobicoop?schema=configuration"
|
|
|
|
# MESSAGE BROKER
|
|
MESSAGE_BROKER_URI=amqp://v3-broker:5672
|
|
MESSAGE_BROKER_EXCHANGE=mobicoop
|
|
MESSAGE_BROKER_EXCHANGE_DURABILITY=true
|