BOOK_PORT=8123 BOOK_DATA_DIR=./data BOOK_SITE_TITLE=guestbook BOOK_SITE_URL=https://example.com BOOK_TELEGRAM_BOT_TOKEN=your-bot-token-here BOOK_TELEGRAM_CHAT_ID=0 BOOK_HONEYPOT=true BOOK_MAX_NAME_LENGTH=50 BOOK_MAX_MESSAGE_LENGTH=1000 BOOK_MAX_WEBSITE_LENGTH=100 BOOK_OPEN_REGISTRATION=true BOOK_SEPARATOR=------------------------------------------------------------ BOOK_FORM_PROMPT=If you visited my site, please sign my guestbook! BOOK_BUTTON_TEXT=sign BOOK_LABEL_NAME=Your name: BOOK_LABEL_WEBSITE=Your website (optional): BOOK_LABEL_MESSAGE=Your message: BOOK_TEXTAREA_ROWS=8 BOOK_TEXTAREA_COLS=60 # BOOK_STYLE=.entry-name { font-weight: bold; } # BOOK_TEMPLATE=./templates/default.html