fix: better auth env variable

This commit is contained in:
Maze Winther
2025-07-14 16:16:10 +02:00
parent 238f8e85bb
commit 73ba7d6577
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ Thank you for your interest in contributing to OpenCut! This document provides g
# Generate a secure secret for Better Auth
BETTER_AUTH_SECRET="your-generated-secret-here"
BETTER_AUTH_URL="http://localhost:3000"
NEXT_PUBLIC_BETTER_AUTH_URL="http://localhost:3000"
# Redis (matches docker-compose.yaml)
UPSTASH_REDIS_REST_URL="http://localhost:8079"