{
  "name": "payment-service",
  "version": "1.1.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BsVbsQmQfzt0PcMrQ3TO"
  },
  "jwt_secret": "rjuxe8QcZeYXgh84fxhKYnBMepI6y0C0",
  "api_keys": {
    "stripe": "sk_live_6lCM7m7pt2xbeb0JTXjSQmW9",
    "sendgrid": "SG.h9Zrnqh5THYsb3R6jSPKJR",
    "twilio_sid": "ACde2704d9a3cd644b0285a0a0f715b694"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}