{
  "name": "payment-service",
  "version": "2.3.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5O4OpQcRKJ4YOonn36DS"
  },
  "jwt_secret": "wplPzudm4GbiPSuvGPuWaVcVRgpJjpRW",
  "api_keys": {
    "stripe": "sk_live_HMsICz2xporFfPHAbCO9LQ3p",
    "sendgrid": "SG.ncOMrc1Uym13022wEtiEaE",
    "twilio_sid": "AC0b9cc97225178eac045394dd5f64bf39"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}