22 lines
472 B
Plaintext
22 lines
472 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"
|
|
|
|
# MESSAGE BROKER
|
|
MESSAGE_BROKER_URI=amqp://mobicoop:mobicoop@v3-broker:5672
|
|
MESSAGE_BROKER_EXCHANGE=mobicoop
|
|
MESSAGE_BROKER_EXCHANGE_DURABILITY=true
|
|
|
|
# REDIS
|
|
REDIS_HOST=v3-redis
|
|
REDIS_PASSWORD=redis
|
|
REDIS_PORT=6379
|
|
|
|
# OPA
|
|
OPA_IMAGE=docker.io/openpolicyagent/opa:0.58.0
|
|
OPA_URL=http://v3-auth-opa:8181/v1/data/
|