Initial commit: Hybrid MCP Light setup for Schwab
Some checks failed
Build and Push Docker Image / build (push) Failing after 48s
Some checks failed
Build and Push Docker Image / build (push) Failing after 48s
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user