Open ycmjason opened 1 month ago
I wasn't aware of this. I think we can go with the obvious solution of changing the environment variable key. Maybe to something like DKV_PATH
or similar.
Sorry for the very delayed reply. I no longer maintain this repo.
In Deno Deploy,
DENO_
prefixed environment are not allowed. (See https://github.com/denoland/std/issues/6127)This makes it impossible to use
kv_oauth
from another instance of deno deploy that wishes to point to the same Deno Kv remotely.