{
  "name": "auth-service",
  "version": "1.3.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Sq74y2GLmy2pxlfxucQy"
  },
  "jwt_secret": "xc5V4nixUH9CPK1MmzvYItRloMWd9GuT",
  "api_keys": {
    "stripe": "sk_live_9DwCgIF1Lvv1q7mTRz0wpzXv",
    "sendgrid": "SG.G0LUeoxRot4rSid4oliwyk",
    "twilio_sid": "AC1ef9f3a2f21b4a0af68d3b8e9f9e94a0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}