{
  "name": "payment-service",
  "version": "3.4.3",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BmbO7lEuf0kfxMKb10Hf"
  },
  "jwt_secret": "/869ITLcPBQgSuZcOXEy1UhtBIvxmecc",
  "api_keys": {
    "stripe": "sk_live_ZqeBL5Ffd7v548AtSzh3VRh9",
    "sendgrid": "SG.n/+yaKDr0bO/ifGBsE1uRP",
    "twilio_sid": "AC9e10a7210b2799d1e266aaf1046b0f8f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}