change test db

This commit is contained in:
sbriat 2023-03-20 10:36:53 +01:00
parent c82261e9fd
commit 8e5825c8b9
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ SERVICE_PORT=5001
SERVICE_CONFIGURATION_DOMAIN=USER SERVICE_CONFIGURATION_DOMAIN=USER
# PRISMA # PRISMA
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=user-test" DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=user"