{
  "name": "payment-service",
  "version": "2.0.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IdHjUfUpm8kGHI8ehFO0"
  },
  "jwt_secret": "9ACxa+pbgwm4doSPpaCoUNrGWybOcM4M",
  "api_keys": {
    "stripe": "sk_live_iL70uSjwmMV27PoQbyqPXIt8",
    "sendgrid": "SG.S9QSRPv8FFjKICatPiL2Mh",
    "twilio_sid": "AC410553a70c77973af80abed3603e35c3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}