Skip to content

Commit 2ee21e2

Browse files
committed
fix: redis port example
1 parent cf1054e commit 2ee21e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ JWT_SECRET=secret
33
DATABASE_URL=postgresql://admin:admin@localhost:5432/codebench?schema=public
44
#DB_CERT=
55
REDIS_HOST=127.0.0.1
6-
REDIS_PORT=6379
6+
REDIS_PORT=6378
77
#REDIS_PASS=
88
#REDIS_PORT=
99
REDIS_TLS=false

0 commit comments

Comments
 (0)