Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ CLIENT_ID = "3MVG9VMBZCsTL9hnfx2eVMOHa56mwSZnvuAnPr3kVVBEQfeLYvrSfJNRRjjSlKWPLy9
|
|
8 |
CLIENT_SECRET = "6F7E9C95CE20CC07FC1EBD39B34909739D99975A0EEB548240926EA0686E428E"
|
9 |
USERNAME = "[email protected]"
|
10 |
PASSWORD = "Vedavathi@04" # Keep this as the password (without the security token)
|
11 |
-
SECURITY_TOKEN = "
|
12 |
TOKEN_URL = "https://login.salesforce.com/services/oauth2/token" # For production
|
13 |
API_VERSION = "v60.0"
|
14 |
|
|
|
8 |
CLIENT_SECRET = "6F7E9C95CE20CC07FC1EBD39B34909739D99975A0EEB548240926EA0686E428E"
|
9 |
USERNAME = "[email protected]"
|
10 |
PASSWORD = "Vedavathi@04" # Keep this as the password (without the security token)
|
11 |
+
SECURITY_TOKEN = "jqe4His8AcuFJucZz5NBHfGU" # Your Salesforce Security Token
|
12 |
TOKEN_URL = "https://login.salesforce.com/services/oauth2/token" # For production
|
13 |
API_VERSION = "v60.0"
|
14 |
|