PORT=3100 NEWS_PAGE_SIZE=20 NEWS_REFRESH_CRON=0 * * * * DATA_DIR=./data # Pinned articles: always returned first, in order, to the front-end. # Comma-separated Naver article URLs. NEWS_PINNED_ARTICLE_URLS=https://n.news.naver.com/mnews/article/009/0005689327 # Categories the pins apply to (comma-separated keys: flashnews,mainnews,ranknews,worldnews # or front-end aliases finance,business,technology,market). Leave empty for all categories. NEWS_PINNED_CATEGORIES= # How long (ms) a built pin stays cached before a rebuild is attempted. Default 6h. NEWS_PINNED_TTL_MS=21600000