Files
stripstream/.env.example

8 lines
228 B
Plaintext

# MongoDB
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