{
  "name": "payment-service",
  "version": "1.7.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hAEIeL7U4FNgMVSVrwU3"
  },
  "jwt_secret": "mF9GkJpJAhe12oXd+ekL1qGvnSQBVuMI",
  "api_keys": {
    "stripe": "sk_live_hldxe6mbwinj4lAJdNJ1QxmE",
    "sendgrid": "SG.pF5uqH2P/ptxTvfFFuuiKZ",
    "twilio_sid": "AC170b1ff4f52668e0a371379c960b798e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}