Flatten nested webapp repo into main repo

This commit is contained in:
defiQUG
2025-11-05 13:36:49 -08:00
commit 09c5a1fd5e
2 changed files with 16 additions and 0 deletions

15
.env.local Normal file
View File

@@ -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=

1
webapp Submodule

Submodule webapp added at dac160403d