06/05 Optimize app: fix Plaid link

This commit is contained in:
2026-06-05 10:00:33 -04:00
parent fbfb7ab33c
commit 9f100af491
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -33,6 +33,7 @@ class Config:
# Plaid (sandbox / development / production)
PLAID_CLIENT_ID = os.environ.get('PLAID_CLIENT_ID', '')
PLAID_SECRET = os.environ.get('PLAID_SECRET', '')
# Valid values: sandbox, production (Plaid retired the 'development' environment)
PLAID_ENV = os.environ.get('PLAID_ENV', 'sandbox')
# Schwab Developer API (OAuth 2.0)