2023-01-06 13:37:26 +00:00
|
|
|
# SERVICE
|
|
|
|
SERVICE_URL=0.0.0.0
|
|
|
|
SERVICE_PORT=5002
|
|
|
|
|
|
|
|
# PRISMA
|
2023-03-20 09:39:16 +00:00
|
|
|
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=auth"
|
2023-01-16 14:03:58 +00:00
|
|
|
|
2023-07-13 06:58:58 +00:00
|
|
|
# MESSAGE BROKER
|
2023-12-18 14:54:14 +00:00
|
|
|
MESSAGE_BROKER_URI=amqp://mobicoop:mobicoop@v3-broker:5672
|
2023-07-13 06:58:58 +00:00
|
|
|
MESSAGE_BROKER_EXCHANGE=mobicoop
|
|
|
|
|
2023-01-16 14:03:58 +00:00
|
|
|
# OPA
|
2024-01-11 15:48:16 +00:00
|
|
|
OPA_IMAGE=docker.io/openpolicyagent/opa:0.54.0
|
2023-02-28 09:46:03 +00:00
|
|
|
OPA_URL=http://v3-auth-opa:8181/v1/data/
|