configuration/.env.test

13 lines
241 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
DATABASE_URL="postgresql://configuration:configuration@localhost:5603/configuration?schema=public"
# RABBIT MQ
RMQ_URI=amqp://v3-broker:5672
# POSTGRES
POSTGRES_IMAGE=postgres:15.0