{
  "name": "payment-service",
  "version": "1.2.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "68bhggb01w9287d1QiAh"
  },
  "jwt_secret": "cXoT1JukkJ2xyZnZtuUMth2oct6WRuQw",
  "api_keys": {
    "stripe": "sk_live_zr1AVIENG0ApA9rrqmoX6LfR",
    "sendgrid": "SG.2MAzSCXS4bSWJgQ5y/TVud",
    "twilio_sid": "AC9191075cdb21332f8281893394865055"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}