This repository was archived by the owner on May 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -782,8 +782,8 @@ Create a `.chroma_env` file with the following contents:
782782
783783``` ini title=".chroma_env"
784784CHROMA_SERVER_AUTH_CREDENTIALS_FILE =" /chroma/server.htpasswd"
785- CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER =' chromadb.auth.providers.HtpasswdFileServerAuthCredentialsProvider'
786- CHROMA_SERVER_AUTH_PROVIDER =' chromadb.auth.basic.BasicAuthServerProvider'
785+ CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER =" chromadb.auth.providers.HtpasswdFileServerAuthCredentialsProvider"
786+ CHROMA_SERVER_AUTH_PROVIDER =" chromadb.auth.basic.BasicAuthServerProvider"
787787```
788788
789789``` bash
@@ -836,8 +836,8 @@ Create a `.chroma_env` file with the following contents:
836836
837837``` ini title=".chroma_env"
838838CHROMA_SERVER_AUTH_CREDENTIALS =" test-token" \
839- CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER =' chromadb.auth.token.TokenConfigServerAuthCredentialsProvider'
840- CHROMA_SERVER_AUTH_PROVIDER =' chromadb.auth.token.TokenAuthServerProvider'
839+ CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER =" chromadb.auth.token.TokenConfigServerAuthCredentialsProvider"
840+ CHROMA_SERVER_AUTH_PROVIDER =" chromadb.auth.token.TokenAuthServerProvider"
841841```
842842
843843``` bash
You can’t perform that action at this time.
0 commit comments