{
  "name": "payment-service",
  "version": "1.0.29",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kT6KDHEj1jBnIyf6Avv6"
  },
  "jwt_secret": "XhtweplaG2pD2k8eSznW7o8CaEXlV8nr",
  "api_keys": {
    "stripe": "sk_live_WwmICsOJ24JguAcABeAzOt7z",
    "sendgrid": "SG.trqiOhD8vWloqkw4hPRLfl",
    "twilio_sid": "ACe9030cfe61c91dc356cd9e52c3e5f294"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}