auth/.env.test

15 lines
322 B
Plaintext
Raw Normal View History

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-07-13 06:58:58 +00:00
# MESSAGE BROKER
MESSAGE_BROKER_URI=amqp://v3-broker:5672
MESSAGE_BROKER_EXCHANGE=mobicoop
# OPA
OPA_IMAGE=openpolicyagent/opa:0.54.0
2023-02-28 09:46:03 +00:00
OPA_URL=http://v3-auth-opa:8181/v1/data/