We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80106e commit c88f76bCopy full SHA for c88f76b
.dockerignore
@@ -7,8 +7,7 @@ npm-debug.log
7
.gitignore
8
9
# Env files (you set them in Render manually)
10
-.env
11
-.env.*
+.env.local
12
13
# Local-only code/output/data
14
temp/
.env.example
@@ -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=
+DASH_PASS=
.gitignore
@@ -1,8 +1,7 @@
# Node.js
node_modules/
npm-debug.log*
# Logs
logs/
0 commit comments