{
  "name": "payment-service",
  "version": "2.5.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zEhcf1bwJkd9b2eGY251"
  },
  "jwt_secret": "QPhAmZXzT8x/ox3R+ntuYUTISh8GEcOr",
  "api_keys": {
    "stripe": "sk_live_SGI3kXKGFVNENvke3h4XaLwJ",
    "sendgrid": "SG.Ge2dSiu2j2BMt/prFBsfbl",
    "twilio_sid": "AC1f1abcba6879c6654d3cbbf788f0d51c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}