{
  "name": "auth-service",
  "version": "1.5.29",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9YYSPkivLfHnWYGbTRZ3"
  },
  "jwt_secret": "Z9Q5Y/8N9mP0YbL1E5IYjD+gk99Ywig8",
  "api_keys": {
    "stripe": "sk_live_WBYWGvUqX71w8Yv0BjD8kN7W",
    "sendgrid": "SG.qYVnabh+Qm4xIqlPO0bL2S",
    "twilio_sid": "ACeb7413ec5c8f63a786fec3c773ff2ad2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}