Skip to content

Commit

Permalink
update: add .env.template for templating env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdecimal16 committed Aug 22, 2024
1 parent f872728 commit 4f7ebe2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env → .env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORT=3000
NODE_TLS_REJECT_UNAUTHORIZED=0
PROXY_URL="https://www.proxy-list.download/api/v1/get?type=https"
PROXY_URL=""
REDIS_URL=""
DATABASE_URL=""
1 change: 1 addition & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apply-gitignore = !git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.git_bak
dist
public
.vscode
.vscode
.env

0 comments on commit 4f7ebe2

Please sign in to comment.