chore: update .env.example to include NextAuth configuration variables for authentication
This commit is contained in:
@@ -5,3 +5,7 @@ MONGODB_URI=mongodb://host.docker.internal:27017/stripstream
|
||||
MONGO_USER=admin
|
||||
MONGO_PASSWORD=password
|
||||
MONGODB_URI=mongodb://admin:password@host.docker.internal:27017/stripstream?authSource=admin
|
||||
|
||||
NEXTAUTH_SECRET=SECRET
|
||||
#openssl rand -base64 32
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user