auth/.env.dist

15 lines
295 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
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
2022-12-22 13:31:46 +00:00
# RABBIT MQ
2023-01-06 13:37:26 +00:00
RMQ_URI=amqp://v3-broker:5672
2023-03-15 16:36:55 +00:00
RMQ_EXCHANGE=mobicoop
2022-12-22 13:31:46 +00:00
# OPA
OPA_IMAGE=openpolicyagent/opa:0.48.0-rootless
2023-02-28 09:46:03 +00:00
OPA_URL=http://v3-auth-opa:8181/v1/data/