BiryaniHub / config.py
DSatishchandra's picture
Update config.py
bdaf32d verified
raw
history blame
281 Bytes
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")