{
  "name": "payment-service",
  "version": "3.3.24",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3huS9xtGEPoeIBkoVU5M"
  },
  "jwt_secret": "38Es8kJ+bxTumKs9mmOil1WrxGNJVYbs",
  "api_keys": {
    "stripe": "sk_live_SHz2PZaQ5HNaH2On60qhSHVQ",
    "sendgrid": "SG.0Yd/gFRh8yIeJBRdrHxIsn",
    "twilio_sid": "AC51ddabc2dad2d59ce8e712e2402f1e8d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}