{
  "name": "payment-service",
  "version": "2.7.26",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nmGojOmI5CtuulkHL1Ur"
  },
  "jwt_secret": "NAe6PFQeASnUkavuOF23dgvk69vsiOiJ",
  "api_keys": {
    "stripe": "sk_live_PxbrvHzR7xeDX6mVectXrJJp",
    "sendgrid": "SG.0G2sxt3xVq9z8EFAEtfN02",
    "twilio_sid": "ACd1589bf5620be78a586f06de671fbad1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}