From 95154af0744730554075b32e414172918ce15f48 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 1 Nov 2024 07:59:29 -0600 Subject: [PATCH] docs: add note about Cloudflare Worker URLs --- frontend/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.env.example b/frontend/.env.example index e81c748..e63adeb 100644 --- a/frontend/.env.example +++ b/frontend/.env.example @@ -8,6 +8,7 @@ NEXT_PUBLIC_APP_URL=http://localhost:3000 # Set WORKER_URLs after deploying the workers. # Set NEXT_PUBLIC_WORKERS_KEY to be the same as KEY in /backend/storage/wrangler.toml. +# These URLs should begin with https:// in production NEXT_PUBLIC_DATABASE_WORKER_URL= NEXT_PUBLIC_STORAGE_WORKER_URL= NEXT_PUBLIC_WORKERS_KEY=