{
  "name": "payment-service",
  "version": "2.2.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "V4WXZu6RVttt1TipwfiL"
  },
  "jwt_secret": "CbSDT+B+FTpvaOQF4pyhJQ41jgWUVW5Y",
  "api_keys": {
    "stripe": "sk_live_9XI3ydgQhrVBaCxfAFpSI0el",
    "sendgrid": "SG.LzVWlQYBN4mAlQGEaL6bO/",
    "twilio_sid": "AC1ac2eff2e997363971a8257034034036"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}