{
  "name": "payment-service",
  "version": "3.6.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tvsuYL1bG5Hp9MxN1YZV"
  },
  "jwt_secret": "Ix+ckFYGv4C0Bw0fR99SYQ2/tu9/U53e",
  "api_keys": {
    "stripe": "sk_live_JrZL3S2jizUvL4Nl4CXHKQy8",
    "sendgrid": "SG.d/F+U6dPhhp2hmTtb53Zs5",
    "twilio_sid": "ACf428d068597310d460f15c9282845373"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}