territory/.env.test

11 lines
234 B
Plaintext
Raw Normal View History

2023-02-06 12:50:07 +00:00
# SERVICE
SERVICE_URL=0.0.0.0
SERVICE_PORT=5004
SERVICE_CONFIGURATION_DOMAIN=TERRITORY
# PRISMA
DATABASE_URL="postgresql://territory:territory@localhost:5604/territory?schema=public"
# POSTGRES
POSTGRES_IMAGE=postgis/postgis:15-3.3