Merge branch 'extractTools' into 'main'

change test db

See merge request v3/service/user!27
This commit is contained in:
Sylvain Briat 2023-03-20 09:39:39 +00:00
commit c3aab70f19
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"