{
  "name": "payment-service",
  "version": "1.4.20",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "oE7NWsUl1GoydbYWVpSB"
  },
  "jwt_secret": "Zw46x/gJor8E1NZENYpGfG16QX6nSN6E",
  "api_keys": {
    "stripe": "sk_live_Ra2eTGqN9isZioYchb2HuFf8",
    "sendgrid": "SG.9J61U8gjI92KpzRa28iw+K",
    "twilio_sid": "AC95ee571184bdea85862e0ed5a23f86a8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}