{
  "name": "payment-service",
  "version": "2.0.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wgA8CeCxlKCYEnQo2tkF"
  },
  "jwt_secret": "uRJgj9VkFQWXey5UZ2+4uuFkqyNy2l2A",
  "api_keys": {
    "stripe": "sk_live_ufecA74clj3c2b3UYnh9g4ta",
    "sendgrid": "SG.bLE0pqxQghyaFE2GJJSPTB",
    "twilio_sid": "AC9bbea677ffef47e0495d650e355373eb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}