remove .env :)
This commit is contained in:
parent
06055e4620
commit
567b673b13
25
.env
25
.env
|
@ -1,25 +0,0 @@
|
||||||
# SERVICE
|
|
||||||
SERVICE_CONTAINER=v3-user
|
|
||||||
SERVICE_URL=0.0.0.0
|
|
||||||
SERVICE_PORT=5001
|
|
||||||
|
|
||||||
# PRISMA
|
|
||||||
DATABASE_URL="postgresql://user:user@v3-user-db:5432/user?schema=public"
|
|
||||||
|
|
||||||
# RABBIT MQ
|
|
||||||
RMQ_URI=amqp://v3-gateway-broker:5672
|
|
||||||
|
|
||||||
# POSTGRES
|
|
||||||
POSTGRES_CONTAINER=v3-user-db
|
|
||||||
POSTGRES_IMAGE=postgres:15.0
|
|
||||||
POSTGRES_DB=user
|
|
||||||
POSTGRES_PASSWORD=user
|
|
||||||
POSTGRES_USER=user
|
|
||||||
POSTGRES_PORT=5401
|
|
||||||
|
|
||||||
# PGADMIN
|
|
||||||
PGADMIN_CONTAINER=v3-user-pgadmin
|
|
||||||
PGADMIN_IMAGE=dpage/pgadmin4:6.12
|
|
||||||
PGADMIN_EMAIL=it@mobicoop.org
|
|
||||||
PGADMIN_PASSWORD=user
|
|
||||||
PGADMIN_PORT=8401
|
|
|
@ -1,5 +1,6 @@
|
||||||
# custom
|
# custom
|
||||||
postgresql
|
postgresql
|
||||||
|
.env
|
||||||
|
|
||||||
# compiled output
|
# compiled output
|
||||||
/dist
|
/dist
|
||||||
|
|
Loading…
Reference in New Issue