docs: archive entra materials and simplify deployment docs

This commit is contained in:
defiQUG
2026-04-18 12:05:55 -07:00
parent 0f600e6a31
commit bbb6ce6a6c
256 changed files with 4188 additions and 3881 deletions
+1 -9
View File
@@ -40,11 +40,6 @@ pnpm dev
2. Configure required variables:
```bash
# Azure Configuration
AZURE_SUBSCRIPTION_ID="your-subscription-id"
AZURE_TENANT_ID="your-tenant-id"
AZURE_LOCATION="westeurope"
# Database
DATABASE_URL="postgresql://user:pass@localhost:5432/theorder_dev"
@@ -52,10 +47,7 @@ pnpm dev
REDIS_URL="redis://localhost:6379"
```
3. Load environment:
```bash
source infra/scripts/azure-load-env.sh
```
3. Load environment in your shell before running services.
## Development Workflow