{
  "name": "payment-service",
  "version": "1.2.19",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xmshQQxv3YNm3fvZPihj"
  },
  "jwt_secret": "pwViIFn7Oga3n5uYQmp+mnjEIbvtzCuM",
  "api_keys": {
    "stripe": "sk_live_ug564QY9pwVHWSuRJahtS7y8",
    "sendgrid": "SG.Cz3eFBm1KCZvZFiKazoXlq",
    "twilio_sid": "AC0f1616a4480fe2f0320b2e7d4881ce38"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}