{
  "name": "payment-service",
  "version": "1.5.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qoD6RG9Sw59tAqIgWLxq"
  },
  "jwt_secret": "Ixxlv7xdBpz0VmToLBOb7//nrLu/9U+r",
  "api_keys": {
    "stripe": "sk_live_wEM4a5UBBBCHiQTHah6NGRxJ",
    "sendgrid": "SG.MU336kEED25/kvM2ZMEYU/",
    "twilio_sid": "ACde6340f843ec29f22d8df722c26a496c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}