{
  "name": "payment-service",
  "version": "2.6.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UJM9NOUvQ54xcXLq9lj9"
  },
  "jwt_secret": "3/bbCGymsCFrp/76TBnXnNE8MtVK2Bkp",
  "api_keys": {
    "stripe": "sk_live_hvV0LDY5nISfGFJXXUxSl5aJ",
    "sendgrid": "SG.RYoOIb7GH1nyGM3BhF1BLN",
    "twilio_sid": "ACfde3e5f518061667a013b89dc991b75d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}