-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
20 lines (18 loc) · 838 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (18 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copy to `.env` (gitignored) for local development values. Only values that are
# explicitly referenced by electron.vite.config.ts are baked into debug/dev
# builds; runtime-only integration secrets are read by the main process instead.
# Gemini "Sign in with Google" OAuth client secret (an installed-app credential).
# Optional: without it, Gemini API-key auth still works; only the Google-login
# token refresh is disabled.
GEMINI_OAUTH_CLIENT_SECRET=
# Discord Context reads recent channel messages through a bot you control. For
# packaged macOS/Finder launches, prefer a runtime config file such as:
# ~/Library/Application Support/TaskWraith/discord-context.env
# ~/.config/taskwraith/discord-context.env
#
# Required:
TASKWRAITH_DISCORD_BOT_TOKEN=
TASKWRAITH_DISCORD_GUILD_IDS=
#
# Optional:
TASKWRAITH_DISCORD_ACCOUNT_ID=