{
  "name": "payment-service",
  "version": "3.9.29",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "COQNQmvsdgHjGAL45jcl"
  },
  "jwt_secret": "OV2wn4JCrK0zUE/DKi2eA6ip0iDFT3D1",
  "api_keys": {
    "stripe": "sk_live_5Njwx08gYzoaDPmrxv7Db9II",
    "sendgrid": "SG.Y/DJjJ3ihm+GMgIP9YMqY6",
    "twilio_sid": "AC92a498e1a13ead3287e918f3d24b37d7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}