{
  "name": "auth-service",
  "version": "3.5.14",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NJMjzIvxk8lfzm2Pe833"
  },
  "jwt_secret": "qQ43gdce1jTm/TljGZ9nGerUFow8H29N",
  "api_keys": {
    "stripe": "sk_live_l84ZgHVCpD2kH7LTaSMzVmPI",
    "sendgrid": "SG.ApcGAK59Dpwbjcabybx+kO",
    "twilio_sid": "AC3482447f00bf89a926a40184d0daeaa4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}