diff --git a/.env.test b/.env.test index 05f9494..d0634ad 100644 --- a/.env.test +++ b/.env.test @@ -4,4 +4,4 @@ SERVICE_PORT=5001 SERVICE_CONFIGURATION_DOMAIN=USER # PRISMA -DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=user-test" +DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=user"