user/.env.test

8 lines
179 B
Plaintext
Raw Normal View History

2023-01-05 15:17:37 +00:00
# SERVICE
SERVICE_URL=0.0.0.0
2023-01-05 16:30:19 +00:00
SERVICE_PORT=5001
2023-01-26 16:28:50 +00:00
SERVICE_CONFIGURATION_DOMAIN=USER
2023-01-05 15:17:37 +00:00
# PRISMA
2023-03-20 09:36:53 +00:00
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=user"