From 4c65729f82a80370d4eef93073b4a081592bbd02 Mon Sep 17 00:00:00 2001 From: Petter Hohle Date: Mon, 25 Nov 2024 10:38:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20.env.template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.template | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/frontend/.env.template b/frontend/.env.template index 1a587cbb..20bd17b6 100644 --- a/frontend/.env.template +++ b/frontend/.env.template @@ -1,7 +1,10 @@ -AZURE_AD_CLIENT_ID= # App Registrations (Azure portal) -> select app reg -> Copy client ID -AZURE_AD_TENANT_ID= # App Registrations (Azure portal) -> select app reg -> Copy tenant ID -AZURE_AD_APP_SCOPE= # App Registrations (Azure portal) -> select app reg -> Expose an API -> Copy scope ID (i.e. api://oidajwoig/...) -AZURE_AD_CLIENT_SECRET= #Generate from app registration -NEXTAUTH_SECRET= # High-entroy random secret -NEXTAUTH_URL= # i.e. http://localhost:3000 -AZURE_STORAGE_CONNECTION_STRING= # Azure Storage Account vibesdevstorageaccount -> Access Keys -> Connection String \ No newline at end of file +# The values for these environment variables can be copied from the vibes-frontend-dev App Service. +# Go to portal.azure.com -> App Services -> vibes-frontend-dev -> Settings -> Environment variables. +AZURE_AD_CLIENT_ID= +AZURE_AD_TENANT_ID= +AZURE_AD_APP_SCOPE= +AZURE_AD_CLIENT_SECRET= +AZURE_STORAGE_CONNECTION_STRING= +NEXTAUTH_SECRET= + +NEXTAUTH_URL=localhost:3000