2026-04-10 08:30:54 +02:00
|
|
|
PORT=3091
|
2026-04-09 18:32:02 +02:00
|
|
|
DB_PATH=/data/bots.db
|
|
|
|
|
NODE_ENV=production
|
|
|
|
|
# Set a strong random token — all WP sites must send this as: Authorization: Bearer <token>
|
|
|
|
|
# Leave empty to run in open mode (dev only)
|
|
|
|
|
API_TOKEN=change-me-to-a-long-random-string
|
2026-04-13 10:00:06 +02:00
|
|
|
# Set to 'true' to log bots that hit the API dashboard directly.
|
|
|
|
|
# Disabled by default — enabling it caused DB bloat from legitimate crawlers.
|
|
|
|
|
ENABLE_SELF_OBSERVE=false
|