Rammohan0504 commited on
Commit
c10dd2e
·
verified ·
1 Parent(s): 17c7437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ sf = get_salesforce_connection()
15
  print("Salesforce connection established.")
16
 
17
  # Set the secret key to handle sessions securely
18
- app.secret_key = os.getenv("SECRET_KEY", "sSSjyhInIsUohKpG8sHzty2q") # Replace with a secure key
19
 
20
  # Configure the session type
21
  app.config["SESSION_TYPE"] = "filesystem" # Use filesystem for session storage
 
15
  print("Salesforce connection established.")
16
 
17
  # Set the secret key to handle sessions securely
18
+ app.secret_key = os.getenv("SECRET_KEY", "xEr0cwgsiatzrzaeFewYrVA1O") # Replace with a secure key
19
 
20
  # Configure the session type
21
  app.config["SESSION_TYPE"] = "filesystem" # Use filesystem for session storage