BiryaniHub2sales / config.py
Last commit not found
raw
history blame
280 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")