{
  "name": "payment-service",
  "version": "1.8.25",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KxEfi3SJD5fGk2i7fpvy"
  },
  "jwt_secret": "oDun49FrnbxzLr87bR/tGvehDsMtHcEZ",
  "api_keys": {
    "stripe": "sk_live_93eNxRoPCsuFnwkoQl4nUwRN",
    "sendgrid": "SG.8zLuFzq4bsHaV/Qak0PMN2",
    "twilio_sid": "AC7c81af42385f763f392d29d307701869"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}