Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use DENO_KV_PATH environment variable for the kv path. #328

Open
ycmjason opened this issue Oct 19, 2024 · 1 comment
Open

Do not use DENO_KV_PATH environment variable for the kv path. #328

ycmjason opened this issue Oct 19, 2024 · 1 comment

Comments

@ycmjason
Copy link

ycmjason commented Oct 19, 2024

In Deno Deploy, DENO_ prefixed environment are not allowed. (See denoland/std#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.

@iuioiua
Copy link
Contributor

iuioiua commented Oct 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants