Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-rz committed May 20, 2024
1 parent f5dabf6 commit 5b50120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/upstash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { Redis } from '@upstash/redis'

export const redis = new Redis({
url: "https://vocal-dogfish-42154.upstash.io",
token: process.env.UPSTASH_REDIS_REST_TOKEN!,
token: "AaSqAAIncDE4NGYzMDA0MWUzYmY0MjM2OGVmMWIxN2I4MzM5OGU2M3AxNDIxNTQ",
})

0 comments on commit 5b50120

Please sign in to comment.