nagasurendra commited on
Commit
4c2d5e8
·
verified ·
1 Parent(s): b677a32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ sf = get_salesforce_connection()
27
 
28
 
29
  # Set the secret key to handle sessions securely
30
- app.secret_key = os.getenv("SECRET_KEY", "xEr0cwgsiatzrzaeFewYrVA1O") # Replace with a secure key
31
  app.config["SESSION_TYPE"] = "filesystem" # Storing sessions in filesystem
32
  app.config["SESSION_COOKIE_SECURE"] = True # Enabling secure cookies (ensure your app is served over HTTPS)
33
  app.config["SESSION_COOKIE_SAMESITE"] = "None" # Cross-site cookies allowed
 
27
 
28
 
29
  # Set the secret key to handle sessions securely
30
+ app.secret_key = os.getenv("SECRET_KEY", "sSSjyhInIsUohKpG8sHzty2q") # Replace with a secure key
31
  app.config["SESSION_TYPE"] = "filesystem" # Storing sessions in filesystem
32
  app.config["SESSION_COOKIE_SECURE"] = True # Enabling secure cookies (ensure your app is served over HTTPS)
33
  app.config["SESSION_COOKIE_SAMESITE"] = "None" # Cross-site cookies allowed