Skip to content

Commit

Permalink
fix: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyau committed Dec 23, 2020
1 parent 9e0bcdd commit 6b9a48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DATABASE_URL=postgresql://xxxxx:xxxxxxx@xxxxxxx.ondigitalocean.com:25060/database?ssl=true
PUBLIC_KEY="-----BEGIN PUBLIC KEY-----\nXXXXXXXXXXXXXXXX"
PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nXXXXXXXXXXXXXXXXXXXXX"
NODE_LOG_LEVEL=debug
NODE_LOG_LEVEL=trace
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jwtRS256.key
jwtRS256.key.pub
keygen.sh
database.json
.env
.env

0 comments on commit 6b9a48f

Please sign in to comment.