{
  "name": "payment-service",
  "version": "3.7.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "D2whgX5nyNRnsUuxYlYs"
  },
  "jwt_secret": "hOLWe7qAQUXNUtlVpeVi1y/L0gwstk8y",
  "api_keys": {
    "stripe": "sk_live_4OUUQEYipgeZ6DpORhhv9ltC",
    "sendgrid": "SG.eNF0WGHcBR+66NqhcE47Rv",
    "twilio_sid": "AC92f3a08336030ec23b1bc303002a3f6f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}