{
  "name": "auth-service",
  "version": "3.8.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nao2eeiDUCWLi4EIMVEx"
  },
  "jwt_secret": "k68y9P+g0qpyPOCugZHPXVKYO5TvwRbV",
  "api_keys": {
    "stripe": "sk_live_KDyoZGh1i8DzeKPGD1Gupmmh",
    "sendgrid": "SG.6WRP9VaV0tYTvbbFMdRWyW",
    "twilio_sid": "AC8829a51724150d7761b0a7ba54b5d949"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}