user/.env.test

13 lines
214 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-05 15:17:37 +00:00
# PRISMA
DATABASE_URL="postgresql://user:user@localhost:5601/user?schema=public"
# RABBIT MQ
RMQ_URI=amqp://v3-broker:5672
# POSTGRES
POSTGRES_IMAGE=postgres:15.0