fix env ci --check
This commit is contained in:
parent
ebdbc6cf46
commit
27e10d812f
|
@ -1,9 +1,9 @@
|
||||||
# SERVICE
|
# SERVICE
|
||||||
SERVICE_URL=0.0.0.0
|
SERVICE_URL=0.0.0.0
|
||||||
SERVICE_PORT=5001
|
SERVICE_PORT=5003
|
||||||
|
|
||||||
# PRISMA
|
# PRISMA
|
||||||
DATABASE_URL="postgresql://user:user@db:5432/user?schema=public"
|
DATABASE_URL="postgresql://configuration:configuration@db:5432/configuration?schema=public"
|
||||||
|
|
||||||
# RABBIT MQ
|
# RABBIT MQ
|
||||||
RMQ_URI=amqp://broker:5672
|
RMQ_URI=amqp://broker:5672
|
||||||
|
|
Loading…
Reference in New Issue