{
  "name": "auth-service",
  "version": "1.5.21",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "L6pypNAKafKOt76Orr6t"
  },
  "jwt_secret": "9yGaZBluUIDstbjF4Pkh7RrKCH4pnXzK",
  "api_keys": {
    "stripe": "sk_live_DZRH250zz7K6gy5SF7c9vQuI",
    "sendgrid": "SG.PbXTli3IAGSiWZK7Xlc3cr",
    "twilio_sid": "AC65e81afd8a498b84b410f54e4fc7c42a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}