{
  "name": "auth-service",
  "version": "1.2.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AImrEGGwYsE5gdF4kUMM"
  },
  "jwt_secret": "jR31DRRLyLb/9ea3Zyiyp1y1EIpxH73h",
  "api_keys": {
    "stripe": "sk_live_g0xyliCx62c8HTuP07S4TB5n",
    "sendgrid": "SG.oMzVLQ+bO+pQWLZUSkMY85",
    "twilio_sid": "ACc728a4e1e5fff0a45d25a04125d0bc94"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}