{
  "name": "payment-service",
  "version": "1.5.28",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZhvyUB63dKxF411N3dmw"
  },
  "jwt_secret": "1ixuFcbEpKPYDV8hRvUR1delaDOWAhTU",
  "api_keys": {
    "stripe": "sk_live_cGl3MaK4Y4bX8EdIZQMGWUkL",
    "sendgrid": "SG.Fxy/x61A+E8uyR/cSoaluH",
    "twilio_sid": "AC5aa327f6d0e94c7167c104f03725c5ce"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}