-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 822 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (21 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# We-MP-RSS local service
WERSS_BASE_URL=http://127.0.0.1:8001
WERSS_USERNAME=admin
WERSS_PASSWORD=replace-with-a-long-random-password
WERSS_SECRET_KEY=replace-with-a-long-random-secret
WERSS_DB_PATH=data/we-mp-rss/we_mp_rss.db
# Notion internal integration. Share the parent page with this integration.
NOTION_TOKEN=secret_xxx
NOTION_PARENT_PAGE_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
NOTION_VERSION=2026-03-11
# Codex CLI bundled with the desktop app.
CODEX_BIN=/Applications/ChatGPT.app/Contents/Resources/codex
CODEX_MODEL=gpt-5.6-terra
CODEX_REASONING_EFFORT=high
# Project runtime
REPORT_TIMEZONE=Asia/Shanghai
LOG_LEVEL=INFO
# Optional: point iRead at another subscription without editing tracked config files.
# IREAD_CONFIG_DIR=subscriptions/my-iread
# IREAD_DATA_DIR=data/my-iread
# IREAD_LOGS_DIR=logs/my-iread