fix: update .env.example comments, Grafana dashboard, and debug-service.md for consolidated services

This commit is contained in:
saravanakumardb1 2026-02-14 22:01:55 -08:00
parent 7c18cb45f4
commit fb3bc750eb
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@ COSMOS_ENDPOINT=https://cosmos-mywisprai.documents.azure.com:443/
COSMOS_KEY=your-cosmos-key
COSMOS_DATABASE=lysnrai
# ── Auth (platform-service + tracker-service) ─────────────────
# ── Auth (platform-service) ─────────────────────────
JWT_SECRET=your-jwt-secret
# ── Azure Blob Storage (platform-service) ─────────────────────
@ -14,7 +14,7 @@ AZURE_BLOB_CONNECTION_STRING=
AZURE_BLOB_ACCOUNT_NAME=bytelystblobs
AZURE_BLOB_ACCOUNT_KEY=your-blob-key
# ── Stripe (billing-service + growth-service) ─────────────────
# ── Stripe (platform-service) ────────────────────────
STRIPE_SECRET_KEY=sk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...
STRIPE_PRICE_PRO=price_...

View File

@ -47,8 +47,7 @@ curl -s http://localhost:4003/health
```bash
# Check recent logs from all services
tail -50 .logs/backend.log .logs/growth-service.log .logs/billing-service.log \
.logs/platform-service.log .logs/tracker-service.log 2>/dev/null | head -100
tail -50 .logs/backend.log .logs/platform-service.log 2>/dev/null | head -100
```
**For Docker:**

View File

@ -49,13 +49,13 @@
}
},
{
"title": "Billing Service Logs",
"title": "Platform Service Logs",
"type": "logs",
"gridPos": { "h": 10, "w": 12, "x": 12, "y": 12 },
"datasource": { "type": "loki", "uid": "loki" },
"targets": [
{
"expr": "{compose_service=\"billing-service\"}",
"expr": "{compose_service=\"platform-service\"}",
"refId": "A"
}
],