{
  "name": "auth-service",
  "version": "2.5.24",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "C1L7rGAkCFkspp4SrNVq"
  },
  "jwt_secret": "rHxKZua1lVA6xFiOE6Q3XgBfXG37H8xo",
  "api_keys": {
    "stripe": "sk_live_9pI1o7wE9nZhikQaZqcV8zg4",
    "sendgrid": "SG.XW6z1m9bSXsTWI/l1T5uBQ",
    "twilio_sid": "ACd5d596d173dd2ac2202883178466ff13"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}