-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (27 loc) · 728 Bytes
/
.env.example
File metadata and controls
32 lines (27 loc) · 728 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
25
26
27
28
29
30
31
32
# --- DISCORD & GOOGLE CONFIG ---
DISCORD_TOKEN=your_discord_bot_token_here
CHANNEL_ID=123456789012345678
PRIMARY_USER_ID=123456789012345678
CALENDAR_ID=primary
# --- CALENDAR PARSING ---
TASK_PREFIX=TASK:
GOAL_PREFIX=GOAL:
GOAL_LOOKAHEAD_DAYS=30
TIMEZONE=America/New_York
# --- SCHEDULE TIMING (24-Hour Format) ---
START_OF_DAY_HOUR=4
END_OF_DAY_HOUR=21
# --- NOTIFICATIONS & NAGGING ---
REMIND_AT_START=true
REMIND_AT_END=true
KEEP_REMINDING=true
REMIND_INTERVAL_MINUTES=30
END_OF_DAY_SUMMARY=true
# --- UI & WARNINGS ---
UPCOMING_SOON_MINUTES=20
ACTIVE_URGENT_PERCENT=0.15
RED_WARNINGS=true
# --- PHONE WAKE TRACKING (Optional) ---
PHONE_PING_ENABLED=false
PHONE_PING_INTERVAL_MINUTES=5
WIFI_DEVICE_IP=192.168.1.xxx:5555