{
  "name": "auth-service",
  "version": "2.6.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tbkGGY5YVdTlebMrxSos"
  },
  "jwt_secret": "GABiz2hDx6w8MOLJYUE3ufE1Gy3Rk73S",
  "api_keys": {
    "stripe": "sk_live_x5n37GsMJ8sJYgDaG560kfWI",
    "sendgrid": "SG.dqKA6vpdQnu579IXNYgRLv",
    "twilio_sid": "ACc09e716f217fe3fd6e180e67c6618e24"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}