{
  "name": "payment-service",
  "version": "1.0.29",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GfaZ3quAfuDdC2a4C3S1"
  },
  "jwt_secret": "ImsZrBOdA/niFhzWVv8Suzuuk58sOkho",
  "api_keys": {
    "stripe": "sk_live_N7YsOcNJWmULZBMEuBZRNu8h",
    "sendgrid": "SG.oMXy2rqdVPWnGkcQJ9OfTa",
    "twilio_sid": "ACbb05fc11f28d0b813152bc7942bd9f35"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}