{
  "name": "payment-service",
  "version": "3.7.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Soxc0PIlD23QD6SdS8Es"
  },
  "jwt_secret": "ZyR258zoxCjg4SAs5w+5PaiIaedDMX5N",
  "api_keys": {
    "stripe": "sk_live_f0ENz02kU9zSGpkotv4NIIWQ",
    "sendgrid": "SG.we7sd7bbWldxX+2/jYw4y5",
    "twilio_sid": "AC1a3b19929402d578b311bfca769fb6ed"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}