configuration/ci/.env.ci

16 lines
319 B
Plaintext
Raw Normal View History

2023-01-25 14:16:13 +00:00
# SERVICE
SERVICE_URL=0.0.0.0
2023-01-25 17:26:54 +00:00
SERVICE_PORT=5003
2023-01-25 14:16:13 +00:00
# PRISMA
2023-02-28 09:56:39 +00:00
DATABASE_URL="postgresql://configuration:configuration@v3-configuration-db-test:5432/configuration?schema=public"
2023-01-25 14:16:13 +00:00
# RABBIT MQ
2023-02-28 09:56:39 +00:00
RMQ_URI=amqp://v3-configuration-broker:5672
2023-01-25 14:16:13 +00:00
# MESSAGE BROKER
BROKER_IMAGE=rabbitmq:3-alpine
# POSTGRES
POSTGRES_IMAGE=postgres:15.0