2025-06-23 08:52:37 +03:00
|
|
|
# Environment Variables Example
|
|
|
|
|
# Copy this file to .env.local and update the values as needed
|
|
|
|
|
|
2025-06-23 10:35:07 +03:00
|
|
|
DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut"
|
2025-06-23 08:52:37 +03:00
|
|
|
|
2025-06-23 15:51:49 +07:00
|
|
|
# Better Auth
|
|
|
|
|
BETTER_AUTH_URL=http://localhost:3000
|
|
|
|
|
BETTER_AUTH_SECRET=your-secret-key-here
|
2025-06-23 08:52:37 +03:00
|
|
|
|
2025-06-23 22:51:34 +05:30
|
|
|
#Google Clients
|
|
|
|
|
GOOGLE_CLIENT_ID=
|
|
|
|
|
GOOGLE_CLIENT_SECRET=
|
|
|
|
|
|
2025-06-23 08:52:37 +03:00
|
|
|
# Development Environment
|
2025-06-23 15:12:34 +07:00
|
|
|
NODE_ENV=development
|
|
|
|
|
|
|
|
|
|
# Redis
|
|
|
|
|
UPSTASH_REDIS_REST_URL=http://localhost:8079
|
2025-06-23 22:51:34 +05:30
|
|
|
UPSTASH_REDIS_REST_TOKEN=example_token
|