camparchimedes commited on
Commit
8ed4268
·
verified ·
1 Parent(s): 3c3d909

Update .chainlit/config.toml

Browse files
Files changed (1) hide show
  1. .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
- auth_secret = "${CHAINLIT_AUTH_SECRET}"
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