{
  "name": "auth-service",
  "version": "3.8.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AAU7p1iwsowHOu84EgF3"
  },
  "jwt_secret": "U9mnnjMzrGtk3z5xGB/yCW2KUsvmaC/j",
  "api_keys": {
    "stripe": "sk_live_oKLPDu484P7fTtaJVjAOq3UO",
    "sendgrid": "SG.yuVPz0OH6fwdVOJ4yzIqHg",
    "twilio_sid": "AC122385ee398256e14e9e0d0e19d77ffc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}