auth/.env.dist

22 lines
462 B
Plaintext
Raw Normal View History

2022-12-15 09:59:45 +00:00
# SERVICE
2022-12-16 15:46:14 +00:00
SERVICE_URL=0.0.0.0
SERVICE_PORT=5002
2023-04-04 08:14:41 +00:00
HEALTH_SERVICE_PORT=6002
2022-12-15 09:59:45 +00:00
# PRISMA
2023-03-17 10:25:25 +00:00
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-db:5432/mobicoop?schema=auth"
2022-12-15 09:59:45 +00:00
# MESSAGE BROKER
2023-12-18 14:54:14 +00:00
MESSAGE_BROKER_URI=amqp://mobicoop:mobicoop@v3-broker:5672
MESSAGE_BROKER_EXCHANGE=mobicoop
2023-10-18 08:27:41 +00:00
MESSAGE_BROKER_EXCHANGE_DURABILITY=true
2022-12-22 13:31:46 +00:00
2023-11-16 09:14:39 +00:00
# REDIS
REDIS_HOST=v3-redis
REDIS_PASSWORD=redis
REDIS_PORT=6379
# OPA
2023-11-16 09:14:39 +00:00
OPA_IMAGE=openpolicyagent/opa:0.58.0
2023-02-28 09:46:03 +00:00
OPA_URL=http://v3-auth-opa:8181/v1/data/