15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
# SERVICE
|
|
SERVICE_URL=0.0.0.0
|
|
SERVICE_PORT=5002
|
|
|
|
# PRISMA
|
|
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=auth"
|
|
|
|
# MESSAGE BROKER
|
|
MESSAGE_BROKER_URI=amqp://mobicoop:mobicoop@v3-broker:5672
|
|
MESSAGE_BROKER_EXCHANGE=mobicoop
|
|
|
|
# OPA
|
|
OPA_IMAGE=openpolicyagent/opa:0.54.0
|
|
OPA_URL=http://v3-auth-opa:8181/v1/data/
|