comparison schwab_trader/env.example @ 220:eb8b4230fdb9

[schwab-trader] Add guarded trading experiment
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 08:52:13 -0700
parents
children
comparison
equal deleted inserted replaced
214:4c725fde6999 220:eb8b4230fdb9
1 # Copy this to your shell profile or an untracked local env file.
2 # Never commit real Schwab credentials or OAuth tokens.
3
4 export SCHWAB_APP_KEY="your-schwab-app-key"
5 export SCHWAB_APP_SECRET="your-schwab-app-secret"
6 export SCHWAB_REDIRECT_URI="https://127.0.0.1"
7
8 # Optional. Defaults to ~/.config/zenbu/schwab_tokens.json.
9 export SCHWAB_TOKEN_FILE="$HOME/.config/zenbu/schwab_tokens.json"
10