# BookStack Configuration
BOOKSTACK_BASE_URL=https://your-bookstack.com
BOOKSTACK_TOKEN_ID=your-token-id
BOOKSTACK_TOKEN_SECRET=your-token-secret
# Optional: Server port (default: 8007)
PORT=8007
# Optional: Enable write operations (default: false)
# WARNING: Only enable if you trust the AI with write access to BookStack
BOOKSTACK_ENABLE_WRITE=false