chore: replace all mana-core-auth references with mana-auth

Update docker-compose (dev + macmini), CI/CD workflows, Prometheus,
package.json scripts, env generation, database setup, CODEOWNERS,
and dependabot to reference the new Hono-based mana-auth service.
Delete zombie mana-core-auth directory (already removed from Git).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-28 18:05:31 +01:00
parent e7bcb230be
commit 099a40bbd1
14 changed files with 70 additions and 97 deletions

View file

@ -50,9 +50,9 @@ scrape_configs:
# ============================================
# Auth Service
- job_name: 'mana-core-auth'
- job_name: 'mana-auth'
static_configs:
- targets: ['mana-core-auth:3001']
- targets: ['mana-auth:3001']
metrics_path: '/metrics'
scrape_interval: 30s