Skip to content

Commit c88f76b

Browse files
author
shashankiifetech
committed
update
1 parent c80106e commit c88f76b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.dockerignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ npm-debug.log
77
.gitignore
88

99
# Env files (you set them in Render manually)
10-
.env
11-
.env.*
10+
.env.local
1211

1312
# Local-only code/output/data
1413
temp/

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
PORT=
2+
REDIS_URL=
3+
RATE_LIMIT_WINDOW_MS=
4+
RATE_LIMIT_MAX=
5+
CORS_ALLOWED_ORIGINS=
6+
DASH_USER=
7+
DASH_PASS=

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Node.js
22
node_modules/
33
npm-debug.log*
4-
.env
5-
.env.*
4+
.env.local
65

76
# Logs
87
logs/

0 commit comments

Comments
 (0)