{
  "name": "payment-service",
  "version": "1.7.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7N0CRB1hKmxv8EfN3BOX"
  },
  "jwt_secret": "WWYyuOiNoVDRorOMgn9oisQ+qAtcGW7C",
  "api_keys": {
    "stripe": "sk_live_OE81D1WK01EiaQcQ2g2sCvWT",
    "sendgrid": "SG.BwF9Ht7VWiheqvz+wgirBq",
    "twilio_sid": "AC434cfa16eaf19f958870701e383e0c2b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}