{
  "name": "payment-service",
  "version": "3.2.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9IRSLTM1Y31ZKg01zS6h"
  },
  "jwt_secret": "iW0y9+QA8hPBO3egPuoAEOVJoiiVmGDi",
  "api_keys": {
    "stripe": "sk_live_r09WcvTySbiIJInGItX3Nlwp",
    "sendgrid": "SG.TfvS939nO6Jda3MX/Igq19",
    "twilio_sid": "AC85853232c6cce49f61845885fc97cac3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}