{
  "name": "auth-service",
  "version": "1.2.28",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "A4rLboaOKA3Jq563KHuY"
  },
  "jwt_secret": "cQocdrJuktDn4CevQuR5FqmLDvQQ9w3M",
  "api_keys": {
    "stripe": "sk_live_F7qGYzYgKrVRqnyYZdXUJM3P",
    "sendgrid": "SG.6cBi2NxGt8/ScflCCEebjp",
    "twilio_sid": "AC43cf24cfd0a2cb246064be301dc2a388"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}