Skip to content

Commit 30bba3d

Browse files
authored
1 parent cfa0783 commit 30bba3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/v2/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CALENDSO_ENCRYPTION_KEY="Lmqy57DlHKPvwwrtkwjL/8QtxJWxC/OV"
2727
# Service Account Encryption Key for encrypting/decrypting service account keys
2828
CALCOM_SERVICE_ACCOUNT_ENCRYPTION_KEY="LDBFYLEVICRZBYQZUZCSTZRJFZUKZMEI"
2929
# url to redis instance running in Docker and used to cache data. Redis is setup in apps/api/v2/docker-compose.yaml
30-
REDIS_URL="rediss://localhost:6379"
30+
REDIS_URL="redis://localhost:6379"
3131

3232
# KEEP THIS EMPTY, DISABLE SENTRY CLIENT INSIDE OF LIBRARIES USED BY APIv2
3333
NEXT_PUBLIC_SENTRY_DSN=

0 commit comments

Comments
 (0)