{
  "name": "payment-service",
  "version": "1.4.17",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aaHXgcjUr3Ya9NIec176"
  },
  "jwt_secret": "ggVhxZIxAw0U16uZDhPBdPgO6RF5925f",
  "api_keys": {
    "stripe": "sk_live_VTICvE64KV0vcf99uV6xMAF2",
    "sendgrid": "SG.TC7mEvleG6ixP6Ac3ArrTg",
    "twilio_sid": "AC23d2ec605927a4ff98a31f83b6aa81d0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}