Update apl.md

This commit is contained in:
Lukasz Ostrowski 2023-05-26 08:58:20 +02:00 committed by GitHub
parent 5e393d0137
commit 194745c02a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,6 +185,8 @@ const apl = new UpstashAPL({
Or using environment variables: `UPSTASH_TOKEN`, `UPSTASH_URL`.
Note: Recently Vercel introduced [KV storage](https://vercel.com/docs/storage/vercel-kv) which uses Upstash under the hood. Upstash APL will work with values provided by Vercel KV Storage too.
### EnvAPL
For very simple, static & single-tenant applications, you may want to just set everything once, usually in env variables and just leave it.