Added back Remote Cursors
This commit is contained in:
@@ -7,6 +7,11 @@ NEXTAUTH_SECRET=your-very-long-secret-here
|
||||
GITHUB_CLIENT_ID=your-github-client-id
|
||||
GITHUB_CLIENT_SECRET=your-github-client-secret
|
||||
|
||||
# OAuth Callback URL (change to your domain for production)
|
||||
# For local development: http://localhost:3000/auth/github/callback
|
||||
# For production: https://your-domain.com/auth/github/callback
|
||||
CALLBACK_URL=http://localhost:3000/auth/github/callback
|
||||
|
||||
|
||||
|
||||
# Database Configuration
|
||||
|
||||
Reference in New Issue
Block a user