# Logseq API Token
# To generate this token:
# 1. Open Logseq
# 2. Go to Settings > Features
# 3. Enable "Enable HTTP API"
# 4. Set your token in "HTTP API Authentication Token"
# 5. Copy that token here
LOGSEQ_TOKEN=your_token_here
# Optional: Configure how to reach the Logseq HTTP API
# Defaults to http://127.0.0.1:12315/api if not set.
# When running inside Docker on Windows/macOS, you can use host.docker.internal to reach the host.
# On native Linux, you may need to add --add-host=host.docker.internal:host-gateway when running the container.
# LOGSEQ_HOST=127.0.0.1
# LOGSEQ_PORT=12315
# Alternatively, set the full API URL directly (overrides HOST/PORT if provided)
# LOGSEQ_API_URL=http://127.0.0.1:12315/api