{
  "name": "payment-service",
  "version": "3.6.17",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7j4cklpxjvRlu852kBwf"
  },
  "jwt_secret": "ZVwSJIrUmC8IXVzyGtE0hm/ifO7q6yGV",
  "api_keys": {
    "stripe": "sk_live_0q72d5tH5vTn6ZPB2MoVRi52",
    "sendgrid": "SG.h81x3kl2SuUjYe96ALSgL5",
    "twilio_sid": "ACeaab746da06d0b68c3ca0c8a17a72f1f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}