Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -2
.chainlit/config.toml
CHANGED
@@ -17,14 +17,14 @@ public = true
|
|
17 |
enable_telemetry = false
|
18 |
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
-
user_env = []
|
21 |
|
22 |
[features]
|
23 |
unsafe_allow_html = true
|
24 |
latex = true
|
25 |
auto_tag_thread = true
|
26 |
edit_message = true
|
27 |
-
cookie_auth =
|
28 |
|
29 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
30 |
session_timeout = 3600
|
|
|
17 |
enable_telemetry = false
|
18 |
|
19 |
# List of environment variables to be provided by each user to use the app.
|
20 |
+
#user_env = []
|
21 |
|
22 |
[features]
|
23 |
unsafe_allow_html = true
|
24 |
latex = true
|
25 |
auto_tag_thread = true
|
26 |
edit_message = true
|
27 |
+
#cookie_auth = true
|
28 |
|
29 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
30 |
session_timeout = 3600
|