andreasmartin commited on
Commit
4fd61d3
·
unverified ·
1 Parent(s): c20cde2

Update config.toml

Browse files
Files changed (1) hide show
  1. .chainlit/config.toml +1 -1
.chainlit/config.toml CHANGED
@@ -1,7 +1,7 @@
1
  [project]
2
  # If true (default), the app will be available to anonymous users.
3
  # If false, users will need to authenticate and be part of the project to use the app.
4
- public = true
5
 
6
  # The project ID (found on https://cloud.chainlit.io).
7
  # The project ID is required when public is set to false or when using the cloud database.
 
1
  [project]
2
  # If true (default), the app will be available to anonymous users.
3
  # If false, users will need to authenticate and be part of the project to use the app.
4
+ public = false
5
 
6
  # The project ID (found on https://cloud.chainlit.io).
7
  # The project ID is required when public is set to false or when using the cloud database.