{
  "name": "payment-service",
  "version": "3.1.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gX6dNHhjCqEWzzkAEU5f"
  },
  "jwt_secret": "t8YhxfWN/T2WHy2VO1VRYPUtx9Cjjh07",
  "api_keys": {
    "stripe": "sk_live_LlvtUf129g4tKfn3OWJytZ1m",
    "sendgrid": "SG.oWyRXEaOLF4xSemkCTooUr",
    "twilio_sid": "ACae9c7cc71a3c7f6bddc882f5d5656136"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}