{
  "name": "payment-service",
  "version": "3.3.26",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cSwcVzDVoH7wkDrhoZH2"
  },
  "jwt_secret": "XmlgiX6Ijq1k9GcwFZVVtiz79i1cN+Jb",
  "api_keys": {
    "stripe": "sk_live_F3pXaKNsuiSQ38txY0xLwoEG",
    "sendgrid": "SG.IZarr9fcbU49ssN/O3xkhR",
    "twilio_sid": "AC67c432495272def724a0ff77daf849ea"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}