{
  "name": "payment-service",
  "version": "3.9.17",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Tq5sgTUJMA6eYEJ4ccWx"
  },
  "jwt_secret": "3OxVy7dxPShm7t7HLw6tBcEjMInZtOXH",
  "api_keys": {
    "stripe": "sk_live_ce6bxCPuJQCKIjbhDVODYEj3",
    "sendgrid": "SG.IGebBFZLFiIM1Ze9rQLpki",
    "twilio_sid": "ACc021432f2839f0dd55766d0297a1a482"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}