user/.env.test

11 lines
220 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-17 09:22:03 +00:00
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=user-test"
2023-01-05 15:17:37 +00:00
# POSTGRES
POSTGRES_IMAGE=postgres:15.0