{
  "name": "payment-service",
  "version": "3.1.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xSVZyrCK8br2kfebA6lS"
  },
  "jwt_secret": "Iz9yWDoYH3QMcyQWMbxkAweQTgL3+9hS",
  "api_keys": {
    "stripe": "sk_live_58og1J59JzWeC6WSKs9IsPQm",
    "sendgrid": "SG.wwgRvpApzyku/1CHyrOD3s",
    "twilio_sid": "AC6ed6679166b7c077dee12d12d0408148"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}