Skip to content

Commit

Permalink
updated env template with azure storage account
Browse files Browse the repository at this point in the history
  • Loading branch information
md committed Nov 25, 2024
1 parent 59366e2 commit 95cd4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ AZURE_AD_TENANT_ID= # App Registrations (Azure portal) -> select app reg -> Copy
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
NEXTAUTH_URL= # i.e. http://localhost:3000
AZURE_STORAGE_CONNECTION_STRING= # Azure Storage Account vibesdevstorageaccount -> Access Keys -> Connection String

0 comments on commit 95cd4c9

Please sign in to comment.