{
  "name": "payment-service",
  "version": "2.3.15",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aCtYdTUgvN7TTHlVgWXx"
  },
  "jwt_secret": "sBTsrytOBcQ/oaZ4QrWGGUiqLKbd8UCM",
  "api_keys": {
    "stripe": "sk_live_lnWy1wjv5s2YFxbccd4ouev5",
    "sendgrid": "SG.fuihKmFtHT8YsBv2WDcfOd",
    "twilio_sid": "AC1187b925fde30c107c353c6e974c09c3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}