~handlerug/insomnia-backend

322f0fc787cfc665bfdfe1acbbc7b2b63eebbbb4 — handlerug 4 years ago 4d7d7ac
chore: Proper env configuration
4 files changed, 8 insertions(+), 5 deletions(-)

M .dockerignore
D .env
M .env.example
M .gitignore
M .dockerignore => .dockerignore +2 -0
@@ 212,7 212,9 @@ typings/

# dotenv environment variables file
.env
.env.development
.env.test
.env.production

# parcel-bundler cache (https://parceljs.org/)
.cache

D .env => .env +0 -1
@@ 1,1 0,0 @@
VKAPP_SECRET_KEY=dF6TEzdEBBuoa6rWRQ3h

M .env.example => .env.example +2 -0
@@ 1,3 1,5 @@
PORT=3000
NODE_ENV=production
MONGODB_URL=
VKAPP_SECRET_KEY=
UPLOAD_BASE_URL=

M .gitignore => .gitignore +4 -4
@@ 211,10 211,10 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env.local
.env.development.local
.env.test.local
.env.production.local
.env
.env.development
.env.test
.env.production

# parcel-bundler cache (https://parceljs.org/)
.cache