Skip to content

Commit 80997bc

Browse files
committed
.env.example Redis env vars are uncommented
1 parent 194f336 commit 80997bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ APP_ENV=development
1212
APP_ORIGIN=http://localhost:3030
1313
NODE_ENV=development
1414

15-
# Redis is used for concurrency control
16-
# REDIS_HOST="localhost"
17-
# REDIS_PORT="6379"
18-
# REDIS_TLS_DISABLED="true"
15+
# Redis is used for the v3 queuing and v2 concurrency control
16+
REDIS_HOST="localhost"
17+
REDIS_PORT="6379"
18+
REDIS_TLS_DISABLED="true"
1919

2020
# OPTIONAL VARIABLES
2121
# 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

Comments
 (0)