Update apl.md
This commit is contained in:
parent
5e393d0137
commit
194745c02a
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue