Merge branch 'extractTools' into 'main'

change test db

See merge request v3/service/configuration!16
This commit is contained in:
Sylvain Briat 2023-03-20 09:47:05 +00:00
commit 2b2faea5a3
1 changed files with 1 additions and 1 deletions

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"