change test db

This commit is contained in:
sbriat
2023-03-20 10:40:35 +01:00
parent 7e81022a32
commit f67312b40a

View File

@@ -3,4 +3,4 @@ SERVICE_URL=0.0.0.0
SERVICE_PORT=5003
# PRISMA
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=configuration-test"
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=configuration"