Update app.py
Browse files
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", "
|
| 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
|