{
  "name": "payment-service",
  "version": "1.3.28",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XOCcjgx1Y6jw5d2ZcDZ8"
  },
  "jwt_secret": "pWbToMrVj3L3rElxbheLn7VAQ+Ct+nfk",
  "api_keys": {
    "stripe": "sk_live_cHlL62zasdCBFOuUcMX4Hygp",
    "sendgrid": "SG.VrOhabuOORH5wJAVN80uuZ",
    "twilio_sid": "ACcb184f64440bb9412f81755f29efce09"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}