{
  "name": "payment-service",
  "version": "2.8.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BgmV253izAawkEzuBEHp"
  },
  "jwt_secret": "TNweLTXHWtEaB6/+63DAYXhZWGAVavmb",
  "api_keys": {
    "stripe": "sk_live_xUuMKgY0ZNtywG3uxgUj7Xmj",
    "sendgrid": "SG.fLVdND8tSR7gKnhlbnoOr4",
    "twilio_sid": "AC725a208f4f7a7a4eb9e2c086705029e9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}