configuration/.env.test

7 lines
154 B
Plaintext
Raw Normal View History

2023-01-25 15:01:04 +00:00
# SERVICE
SERVICE_URL=0.0.0.0
SERVICE_PORT=5003
# PRISMA
2023-03-20 09:40:35 +00:00
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop-test?schema=configuration"