mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2025-12-31 02:42:40 +00:00
test ci --check
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# SERVICE
|
||||
SERVICE_URL=0.0.0.0
|
||||
SERVICE_PORT=5001
|
||||
|
||||
# PRISMA
|
||||
DATABASE_URL="postgresql://user:user@v3-user-db-test:5432/user?schema=public"
|
||||
DATABASE_URL="postgresql://user:user@db:5432/user?schema=public"
|
||||
|
||||
# RABBIT MQ
|
||||
RMQ_URI=amqp://v3-broker:5672
|
||||
RMQ_URI=amqp://broker:5672
|
||||
|
||||
# MESSAGE BROKER
|
||||
BROKER_IMAGE=rabbitmq:3-alpine
|
||||
|
||||
Reference in New Issue
Block a user