{
  "name": "payment-service",
  "version": "3.0.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VbcQbSV7yJDbh6Uvzm8v"
  },
  "jwt_secret": "mkhg+nzIjyuxFNbvpYeiSHKzx08VGMKq",
  "api_keys": {
    "stripe": "sk_live_4bpTmNRejK8XJzfizvUXUBgr",
    "sendgrid": "SG.SRpRJEu90VS6wCGrjq1qML",
    "twilio_sid": "AC8267ff60a74a23a1b30c3e573915254e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}