Files
hibb/.env.example
HPL-JesusCastro ae2d6fa158 initial commit
2026-05-23 00:46:01 +08:00

12 lines
451 B
Plaintext

# Copy this file to .env and fill in the values before running.
# Password for the letter writer (full access: read + write)
WRITER_PASSWORD=your-writer-password-here
# Password for the reader / partner (read-only access)
READER_PASSWORD=your-reader-password-here
# A long random string used to sign JWT tokens.
# Generate one with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
JWT_SECRET=change-this-to-a-random-secret