Skip to content

Commit

Permalink
chore(project): update .env example file and add rule to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Jun 16, 2021
1 parent 3640ee8 commit be79a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
NODE_ENV=development
PORT=3000
LOG_FILE=./log/api.log
JWT_SECRET=your_jwt_secret
Expand All @@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ $RECYCLE.BIN/
.keys/
logs/
build/
data/

0 comments on commit be79a5e

Please sign in to comment.