{
  "name": "payment-service",
  "version": "1.2.8",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6c2F8mFgk6O6DE8TPF0r"
  },
  "jwt_secret": "tvQPoizuSUxF6Lxo79a3hO8K23tlfmAm",
  "api_keys": {
    "stripe": "sk_live_yqIXzRQsNslLSZGOBLXcdIdR",
    "sendgrid": "SG.brYs/i/D6CINQoaN73b8Gd",
    "twilio_sid": "ACf80f2b6d9f7ade2991db5c748a281e51"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}