{
  "name": "payment-service",
  "version": "2.7.29",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DtQcwTrSwiggcMaKrghG"
  },
  "jwt_secret": "G6/lGiAafJ4P9mLMoj9hG1kpVVoKhluw",
  "api_keys": {
    "stripe": "sk_live_fpnxMdeHyhr5weLdLTMfb1ur",
    "sendgrid": "SG.soxp/KAebTBUxYp4lRaDYE",
    "twilio_sid": "ACa566a65438bc2ba279f5f1a6358970f6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}