chore: update .env.example to include NextAuth configuration variables for authentication

This commit is contained in:
Julien Froidefond
2025-10-16 15:55:30 +02:00
parent 7426bfb33c
commit c493cd8581

View File

@@ -5,3 +5,7 @@ MONGODB_URI=mongodb://host.docker.internal:27017/stripstream
MONGO_USER=admin MONGO_USER=admin
MONGO_PASSWORD=password MONGO_PASSWORD=password
MONGODB_URI=mongodb://admin:password@host.docker.internal:27017/stripstream?authSource=admin MONGODB_URI=mongodb://admin:password@host.docker.internal:27017/stripstream?authSource=admin
NEXTAUTH_SECRET=SECRET
#openssl rand -base64 32
NEXTAUTH_URL=http://localhost:3000