We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194f336 commit 80997bcCopy full SHA for 80997bc
.env.example
@@ -12,10 +12,10 @@ APP_ENV=development
12
APP_ORIGIN=http://localhost:3030
13
NODE_ENV=development
14
15
-# Redis is used for concurrency control
16
-# REDIS_HOST="localhost"
17
-# REDIS_PORT="6379"
18
-# REDIS_TLS_DISABLED="true"
+# Redis is used for the v3 queuing and v2 concurrency control
+REDIS_HOST="localhost"
+REDIS_PORT="6379"
+REDIS_TLS_DISABLED="true"
19
20
# OPTIONAL VARIABLES
21
# This is used for validating emails that are allowed to log in. Every email that do not match this regex will be rejected.
0 commit comments