Skip to content

Commit

Permalink
removed references to architecture #1
Browse files Browse the repository at this point in the history
  • Loading branch information
archie-mckenzie committed Feb 2, 2025
1 parent 92c458b commit 5991362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/usage/apikeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The main difference between the two types of keys is in the persistence of trans
### Development API Key

When using a development API key, translations are done on-demand and only memoized in memory.
Translations **will not be saved** in any database or cache. Therefore, it is not recommended to use this key in production.
Translations **will not be saved**. Therefore, it is not recommended to use this key in production.

This type of key is useful for testing and development purposes.

Expand All @@ -50,7 +50,7 @@ This type of key is useful for testing and development purposes.

### Production API Key

When using a production API key, translations **are persisted** in both the GT database and global CDN.
When using a production API key, translations **are persisted** in the global CDN.
This means that the translations will be viewable by anyone on the internet who visits your site.

<Callout type="warn">
Expand Down

0 comments on commit 5991362

Please sign in to comment.