{
  "name": "payment-service",
  "version": "2.9.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4cn03khVuG9DovbHez6X"
  },
  "jwt_secret": "93stszG6Jxy12Gq5AVtScN2nvFnq1IiR",
  "api_keys": {
    "stripe": "sk_live_gaGZWl1Yn7h7N4uBQo8sB5KJ",
    "sendgrid": "SG.z+NpLlyYMqFN0Hp9uyotfu",
    "twilio_sid": "AC60e827d3011cfc83861713858ccd4e25"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}