DSatishchandra commited on
Commit
2804223
·
verified ·
1 Parent(s): 2821616

Delete config.py

Browse files
Files changed (1) hide show
  1. config.py +0 -7
config.py DELETED
@@ -1,7 +0,0 @@
1
- import os
2
-
3
- # Salesforce Credentials
4
- SALESFORCE_USERNAME = os.getenv("SALESFORCE_USERNAME", "[email protected]")
5
- SALESFORCE_PASSWORD = os.getenv("SALESFORCE_PASSWORD", "Sati@1020")
6
- SALESFORCE_SECURITY_TOKEN = os.getenv("SALESFORCE_SECURITY_TOKEN", "sSSjyhInIsUohKpG8sHzty2q")
7
-