auth/.env.test

14 lines
265 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
DATABASE_URL="postgresql://auth:auth@localhost:5602/auth?schema=public"
# POSTGRES
POSTGRES_IMAGE=postgres:15.0
# 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/