{
  "name": "payment-service",
  "version": "1.1.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pQZvsp6Br1mxxdwwSFR0"
  },
  "jwt_secret": "wneWx6guOZliiYfPfdvAfe05ud+MrhMw",
  "api_keys": {
    "stripe": "sk_live_4m8QYK3QjT5GAEwRZ7XnS7VU",
    "sendgrid": "SG.v6o/+5jeybzhsXiszpsHE5",
    "twilio_sid": "AC90d9dfca560a55ac73aac22ec78ea362"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}