{
  "name": "payment-service",
  "version": "1.8.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "h6wa1mF2gJK1L9Qaawhv"
  },
  "jwt_secret": "K2vdaEZOET2LN8+vw8Cd7MHrfp4U7h85",
  "api_keys": {
    "stripe": "sk_live_qwkbVYu63CUvuMlYhNO1LMhX",
    "sendgrid": "SG.Sjhr+PF3s1kgGutCQp8SxC",
    "twilio_sid": "ACe4421a31224c04af3316759a49956d28"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}