Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 580bf98

Browse files
authored
Merge pull request #131 from amikos-tech/bugfix/typo-in-env-file-for-static-token
[DOC]: Fixed typo in Auth docs
2 parents a07ad17 + 1d30911 commit 580bf98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ Authentication is not yet supported in JS
787787
### Static API Token Authentication
788788

789789
:::note Tokens
790-
Tokens must be alphanumeric ASCII strings. Tokens are case sensitive.
790+
Tokens must be alphanumeric ASCII strings. Tokens are case-sensitive.
791791
:::
792792

793793
<Tabs queryString groupId="lang" className="hideTabSwitcher">
@@ -804,7 +804,7 @@ Current implementation of static API token auth supports only ENV based tokens.
804804
Create a `.chroma_env` file with the following contents:
805805

806806
```ini title=".chroma_env"
807-
CHROMA_SERVER_AUTH_CREDENTIALS="test-token" \
807+
CHROMA_SERVER_AUTH_CREDENTIALS="test-token"
808808
CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER="chromadb.auth.token.TokenConfigServerAuthCredentialsProvider"
809809
CHROMA_SERVER_AUTH_PROVIDER="chromadb.auth.token.TokenAuthServerProvider"
810810
```

0 commit comments

Comments
 (0)