From 09c5a1fd5ea9fa54ce296a0fd8b96e0f5e8b7483 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Wed, 5 Nov 2025 13:36:49 -0800 Subject: [PATCH] Flatten nested webapp repo into main repo --- .env.local | 15 +++++++++++++++ webapp | 1 + 2 files changed, 16 insertions(+) create mode 100644 .env.local create mode 160000 webapp diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..90d0912 --- /dev/null +++ b/.env.local @@ -0,0 +1,15 @@ +# Authentication (Azure AD / Entra ID) +# Leave empty if not using Azure AD authentication +AZURE_AD_CLIENT_ID= +AZURE_AD_CLIENT_SECRET= +AZURE_AD_TENANT_ID=common + +# NextAuth Configuration +NEXTAUTH_URL=http://localhost:3000 +NEXTAUTH_SECRET=dev-secret-change-in-production + +# Orchestrator API +NEXT_PUBLIC_ORCH_URL=http://localhost:8080 + +# Feature Flags (Optional - LaunchDarkly) +NEXT_PUBLIC_LD_CLIENT_ID= \ No newline at end of file diff --git a/webapp b/webapp new file mode 160000 index 0000000..dac1604 --- /dev/null +++ b/webapp @@ -0,0 +1 @@ +Subproject commit dac160403d46840febbcd9ab07546e76faa34c5f