{
  "name": "payment-service",
  "version": "1.4.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2mNS8kqEipA5hu59kRvJ"
  },
  "jwt_secret": "nxcb1D/9uDOexw/c0QEw/u0CrGoUcuVs",
  "api_keys": {
    "stripe": "sk_live_81aDOtI5c4srHzcCZBz4u4Av",
    "sendgrid": "SG.VxpP9lIGmFDYNqEpusTDKM",
    "twilio_sid": "AC755bd15ea03689697fbf719080e3637f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}