# CannaManage — Environment Variables # Copy this file to .env and fill in the values. # NEVER commit .env to git. # Database DB_PASSWORD=cannamanage_dev # JWT Secret — must be valid base64 (used by Decoders.BASE64.decode in JwtService) # Generate with: openssl rand -base64 48 JWT_SECRET= # NextAuth / Auth.js secret — minimum 32 characters # Generate with: openssl rand -base64 32 NEXTAUTH_SECRET= AUTH_SECRET=