From be79a5eadc88dbad25c9c3e00eaec459558430a1 Mon Sep 17 00:00:00 2001 From: FlorentinTh <florentin.thullier1@uqac.ca> Date: Wed, 16 Jun 2021 10:43:23 -0400 Subject: [PATCH] chore(project): update .env example file and add rule to .gitignore --- .env.example | 5 ++--- .gitignore | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 3737347..17a15dd 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,3 @@ -NODE_ENV=development PORT=3000 LOG_FILE=./log/api.log JWT_SECRET=your_jwt_secret @@ -15,6 +14,6 @@ REDIS_PASSWORD=password DATA_BASE_PATH=./data CONF_SCHEMA=.conf.schema.json ALGO_SCHEMA=.algo.schema.json -CERT_FILE_PATH=.certs/cert.pem -KEY_FILE_PATH=.certs/key.pem +CERT_FILE_PATH=./.certs/cert.pem +KEY_FILE_PATH=./.certs/key.pem REMOVE_CONTAINERS=false diff --git a/.gitignore b/.gitignore index 10ffcf5..37ad524 100644 --- a/.gitignore +++ b/.gitignore @@ -193,3 +193,4 @@ $RECYCLE.BIN/ .keys/ logs/ build/ +data/