{
  "name": "payment-service",
  "version": "1.7.10",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WB3R8TEngvwcmQ2OAVgP"
  },
  "jwt_secret": "WZKFA3c0ylNhlHdXADutbGDNM4b5JofS",
  "api_keys": {
    "stripe": "sk_live_hx3vcatgxv39oA1s95BGrAoa",
    "sendgrid": "SG.nM2f6lLzDBVaxD3Ol07J7+",
    "twilio_sid": "ACe9dafb946a9d8497b524dccd6e33f274"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}