|
# SERVICE
|
|
SERVICE_URL=0.0.0.0
|
|
SERVICE_PORT=5003
|
|
|
|
# PRISMA
|
|
DATABASE_URL="postgresql://configuration:configuration@v3-configuration-db:5432/configuration?schema=public"
|
|
|
|
# RABBIT MQ
|
|
RMQ_URI=amqp://v3-broker:5672
|
|
RMQ_EXCHANGE=mobicoop
|
|
|
|
# POSTGRES
|
|
POSTGRES_IMAGE=postgres:15.0
|