Mercurial
view schwab_trader/env.example @ 272:41a49c29a28f
polish JRPG conversation experience
Integrate desktop conversations into the utility panel, simplify the mobile frame, add modal destinations and a reusable Zenbu composer lab, and preserve explicit conversation resume behavior.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 16:05:29 -0700 |
| parents | eb8b4230fdb9 |
| children |
line wrap: on
line source
# Copy this to your shell profile or an untracked local env file. # Never commit real Schwab credentials or OAuth tokens. export SCHWAB_APP_KEY="your-schwab-app-key" export SCHWAB_APP_SECRET="your-schwab-app-secret" export SCHWAB_REDIRECT_URI="https://127.0.0.1" # Optional. Defaults to ~/.config/zenbu/schwab_tokens.json. export SCHWAB_TOKEN_FILE="$HOME/.config/zenbu/schwab_tokens.json"