From 534a1b0ee754b06b4ae2a370796d6519ae614d8b Mon Sep 17 00:00:00 2001 From: Ida Marie Andreassen <43541032+idamand@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:59:40 +0100 Subject: [PATCH] Fix: include http:// for nextauthurl to clarify the url on local (#569) --- frontend/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.template b/frontend/.env.template index 20bd17b6..dfa0e6da 100644 --- a/frontend/.env.template +++ b/frontend/.env.template @@ -7,4 +7,4 @@ AZURE_AD_CLIENT_SECRET= AZURE_STORAGE_CONNECTION_STRING= NEXTAUTH_SECRET= -NEXTAUTH_URL=localhost:3000 +NEXTAUTH_URL= # i.e. http://localhost:3000