ForexTradingAgents / config.py
Popoolaibrahimtayo's picture
Create config.py
ad321d3 verified
raw
history blame contribute delete
231 Bytes
# config.py
import os
CLIENT_ID = os.getenv("CLIENT_ID")
CLIENT_SECRET = os.getenv("CLIENT_SECRET")
SCOPE = "trading"
BASE_URL = "https://popoolaibrahimtayo-forextradingagents.hf.space/"
REDIRECT_URI = f"{BASE_URL}/auth/callback"