diff --git a/.env.test b/.env.test index eaeeb7c..24bb30c 100644 --- a/.env.test +++ b/.env.test @@ -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"