From 567b673b13c8efcfbac346200e6d4a56f6e277ad Mon Sep 17 00:00:00 2001 From: Gsk54 Date: Fri, 23 Dec 2022 16:14:44 +0100 Subject: [PATCH] remove .env :) --- .env | 25 ------------------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 1f38b39..0000000 --- a/.env +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore index 21e6321..f2dd110 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # custom postgresql +.env # compiled output /dist