# Copy to console.env, fill in, then run ./build-console.sh # console.env is git-ignored — it holds real passwords. NEVER commit it. # # Passwords: avoid double quotes and backslashes in them. KID_USER=kid KID_DISPLAY="Kid" KID_PASSWORD=changeme PARENT_USER=parent PARENT_DISPLAY="Parent" PARENT_PASSWORD=changeme