configurable separator, .env.example

This commit is contained in:
Lewis Wynne 2026-04-09 16:58:42 +01:00
parent d751eb62a9
commit ef6a190549
5 changed files with 39 additions and 14 deletions

13
.env.example Normal file
View file

@ -0,0 +1,13 @@
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_TEMPLATE=./templates/default.html