{
  "name": "payment-service",
  "version": "1.2.28",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0pfNPuCOMPm3xaVMhoWx"
  },
  "jwt_secret": "W/UNvbn37lGtIo5+hpuJVmfppnIOGpY6",
  "api_keys": {
    "stripe": "sk_live_F9RbzKBUKZuuggxQRxVdCQxq",
    "sendgrid": "SG.eajjXXZTf6KeazyM8vluJL",
    "twilio_sid": "AC479b07901656842b211c5bcba364a0c9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}