Spaces:
Sleeping
Sleeping
File size: 281 Bytes
eb5c0b9 bdaf32d |
1 2 3 4 5 6 7 8 |
import os
# Salesforce Credentials
SALESFORCE_USERNAME = os.getenv("SALESFORCE_USERNAME", "[email protected]")
SALESFORCE_PASSWORD = os.getenv("SALESFORCE_PASSWORD", "Sati@1020")
SALESFORCE_SECURITY_TOKEN = os.getenv("SALESFORCE_SECURITY_TOKEN", "sSSjyhInIsUohKpG8sHzty2q")
|