# Local environment configuration for the Taykoon API
API_BASE_URL_PRIMARY=https://taykoon-app-946989883565.us-central1.run.app/api/
API_BASE_URL_SECONDARY=https://taykoon-app-e2wyq3ofra-uc.a.run.app/api/
# Do NOT commit this file, add it to .gitignore

# Financial Modeling Prep API key
FMP_API_KEY="ca3285e0198762d0692d8533745965b0"
FMP_URL_stable = "https://financialmodelingprep.com/stable"
FMP_URL_v3 = "https://financialmodelingprep.com/api/v3"
FMP_URL_v4 = "https://financialmodelingprep.com/api/v4"

# Firebase service account JSON file path (use an absolute path or a secure location)
FIREBASE_CREDENTIALS="firebase-adminsdk.json"

# Flask settings
FLASK_ENV=development
MAX_CONTENT_LENGTH=3145728  # 3 MB

# CORS origins (comma-separated list)
CORS_ORIGINS=http://localhost:*,http://127.0.0.1:*,https://taykoon.com,https://taykoon.firebaseapp.com,https://taykoon.web.app


# Supabase Config (add these)
SUPABASE_URL=https://crqbaxkxtgyqpjlgouuz.supabase.co
SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNycWJheGt4dGd5cXBqbGdvdXV6Iiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTc3NDQ3MjA4NiwiZXhwIjoyMDkwMDQ4MDg2fQ.ZurqoVGjfAjiBkikQq5phghQycpL6O_IK5OXMZ9F8Xc

# Google AI (Gemini/Gemma)
GOOGLE_API_KEY="AIzaSyAKNdNtEFc4ZahK-S8P7e_f_FZNyO_DAa8"

# Keep your existing ones if needed
FIREBASE_CREDENTIALS=firebase-adminsdk.json   # you can leave or remove later