{
  "name": "payment-service",
  "version": "1.4.14",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IS6w1YF2TRzKq7hvvDFn"
  },
  "jwt_secret": "RHZhodRlMPJvmBgvOMZmv1MpmSa+x2tE",
  "api_keys": {
    "stripe": "sk_live_fnE6D1HjPIgCuuxnsOVutp1g",
    "sendgrid": "SG.3a4E740+Q9XjfxhtZxmBTJ",
    "twilio_sid": "ACc9a938408478dab6fbd15cf180911e29"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}