Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -1
.chainlit/config.toml
CHANGED
@@ -25,8 +25,9 @@ cache = false
|
|
25 |
# List of environment variables to be provided by each user to use the app.
|
26 |
user_env = []
|
27 |
|
|
|
28 |
cookie_auth = true
|
29 |
-
|
30 |
|
31 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
32 |
session_timeout = 7200
|
|
|
25 |
# List of environment variables to be provided by each user to use the app.
|
26 |
user_env = []
|
27 |
|
28 |
+
[auth]
|
29 |
cookie_auth = true
|
30 |
+
auth = "${CHAINLIT_AUTH_SECRET}"
|
31 |
|
32 |
# Duration (in seconds) during which the session is saved when the connection is lost
|
33 |
session_timeout = 7200
|