17 lines
575 B
Plaintext
17 lines
575 B
Plaintext
# Schwab API Credentials (required)
|
|
# Get these from https://developer.schwab.com after app approval
|
|
SCHWAB_API_KEY=your_app_key
|
|
SCHWAB_APP_SECRET=your_app_secret
|
|
SCHWAB_CALLBACK_URL=https://127.0.0.1:8182
|
|
SCHWAB_TOKEN_PATH=/data/token.json
|
|
|
|
# Trading Permissions (optional)
|
|
# ALLOW_TRADING must be "true" to enable any write operations
|
|
# TRADING_ACCOUNTS: comma-separated account hashes, or "ALL"
|
|
# If ALLOW_TRADING=true but TRADING_ACCOUNTS is empty, no accounts can trade (safe default)
|
|
ALLOW_TRADING=false
|
|
TRADING_ACCOUNTS=
|
|
|
|
# Server Configuration (optional)
|
|
# PORT=8000
|