notcrawl/config.example.toml
2026-04-22 16:57:43 -07:00

20 lines
352 B
TOML

db_path = "~/.notcrawl/notcrawl.db"
cache_dir = "~/.notcrawl/cache"
markdown_dir = "~/.notcrawl/pages"
[notion.desktop]
enabled = true
path = ""
[notion.api]
enabled = true
token_env = "NOTION_TOKEN"
base_url = "https://api.notion.com/v1"
version = "2022-06-28"
[share]
remote = ""
branch = "main"
repo_path = "~/.notcrawl/share"
stale_after = "1h"