16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
# SERVICE
|
|
SERVICE_URL=0.0.0.0
|
|
SERVICE_PORT=5002
|
|
HEALTH_SERVICE_PORT=6002
|
|
|
|
# PRISMA
|
|
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-db:5432/mobicoop?schema=auth"
|
|
|
|
# RABBIT MQ
|
|
RMQ_URI=amqp://v3-broker:5672
|
|
RMQ_EXCHANGE=mobicoop
|
|
|
|
# OPA
|
|
OPA_IMAGE=openpolicyagent/opa:0.48.0-rootless
|
|
OPA_URL=http://v3-auth-opa:8181/v1/data/
|