Settings

Configure your Life OS via environment variables

API Keys
Todoist API Key
From todoist.com → Settings → Integrations → Developer
TODOIST_API_KEY
Google AI (Gemini) Key
Free at aistudio.google.com/apikey — Gemini 2.0 Flash is used
GOOGLE_AI_API_KEY
Work Hours
Work Start Hour
24h format. Default: 9 (9:00 AM)
WORK_START_HOUR
Work End Hour
24h format. Default: 18 (6:00 PM)
WORK_END_HOUR
Locale
Timezone
Used for scheduling. Default: Asia/Qatar
TIMEZONE
Google Integration
Connected

Google Calendar and Gmail are active. Calendar events appear in your Daily Planner automatically. To reconnect, visit /api/auth/google.

All settings are managed via a .env.local file in the web/ directory. Copy web/.env.example to web/.env.local and fill in your values. Restart the dev server after changes.