{
  "name": "payment-service",
  "version": "2.0.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "84l66Wbc9x1cMzz0G7Xg"
  },
  "jwt_secret": "jPTK5WlZgn3jR2Ma5IqigRARk7L5S2Kw",
  "api_keys": {
    "stripe": "sk_live_20YulylxVWZ4BgtuFyXTtMhM",
    "sendgrid": "SG.eUR7FyoQIOzLVBKdDL76UK",
    "twilio_sid": "ACfe5f96f062d2dc11d5c333977fd82a63"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}