mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-01-07 07:22:40 +00:00
fix env ci --check
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# SERVICE
|
||||
SERVICE_URL=0.0.0.0
|
||||
SERVICE_PORT=5001
|
||||
SERVICE_PORT=5003
|
||||
|
||||
# PRISMA
|
||||
DATABASE_URL="postgresql://user:user@db:5432/user?schema=public"
|
||||
DATABASE_URL="postgresql://configuration:configuration@db:5432/configuration?schema=public"
|
||||
|
||||
# RABBIT MQ
|
||||
RMQ_URI=amqp://broker:5672
|
||||
|
||||
Reference in New Issue
Block a user