change test db

This commit is contained in:
sbriat 2023-03-20 10:39:16 +01:00
parent e68ff4ca9b
commit 31c9c6ec71
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SERVICE_URL=0.0.0.0
SERVICE_PORT=5002 SERVICE_PORT=5002
# PRISMA # PRISMA
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=auth-test" DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=auth"
# OPA # OPA
OPA_IMAGE=openpolicyagent/opa:0.48.0-rootless OPA_IMAGE=openpolicyagent/opa:0.48.0-rootless