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 @@ -751,8 +751,8 @@ Create a `.chroma_env` file with the following contents:
751751
752752``` ini title=".chroma_env"
753753CHROMA_SERVER_AUTH_CREDENTIALS_FILE =" /chroma/server.htpasswd"
754- CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER =' chromadb.auth.providers.HtpasswdFileServerAuthCredentialsProvider'
755- CHROMA_SERVER_AUTH_PROVIDER =' chromadb.auth.basic.BasicAuthServerProvider'
754+ CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER =" chromadb.auth.providers.HtpasswdFileServerAuthCredentialsProvider"
755+ CHROMA_SERVER_AUTH_PROVIDER =" chromadb.auth.basic.BasicAuthServerProvider"
756756```
757757
758758``` bash
@@ -805,8 +805,8 @@ Create a `.chroma_env` file with the following contents:
805805
806806``` ini title=".chroma_env"
807807CHROMA_SERVER_AUTH_CREDENTIALS =" test-token" \
808- CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER =' chromadb.auth.token.TokenConfigServerAuthCredentialsProvider'
809- CHROMA_SERVER_AUTH_PROVIDER =' chromadb.auth.token.TokenAuthServerProvider'
808+ CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER =" chromadb.auth.token.TokenConfigServerAuthCredentialsProvider"
809+ CHROMA_SERVER_AUTH_PROVIDER =" chromadb.auth.token.TokenAuthServerProvider"
810810```
811811
812812``` bash
You can’t perform that action at this time.
0 commit comments