serverless-dns / serverless-dns

The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, Fastly, and Fly.io

Home Page:https://rethinkdns.com/configure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing .env.example

sainnhe opened this issue · comments

.env.example is referenced in doc but is deleted in commit 5530e70 .

If it's not necessary any more, may be the doc should be updated?

docs are hopelessly out of date. It needs an overhaul. Sorry about that. I'll see if I can fix it wholesale over the coming days.

Btw the docs are here: https://github.com/celzero/docs

I see, thanks for your awesome work!

Hi @ignoramous
I followed your older instructions to deploy serverless-dns via Deno Deploy but got stuck when setting environment variables. It was shown that DENO_ENV is a reserved prefix thus I couldn't set this key and its value.
.env.example file is currently no longer available, as a result I don't know how to correctly set key-value pair.
Docs also suggest to refer .env.example file
Could you please update your instructions? Otherwise, please kindly advise me how to set key/value pairs in environment variables when making deployment via Deno for the time being.
Thanks for your hard work!