{
  "name": "payment-service",
  "version": "3.3.18",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qDfjwVZN23JknQADYubA"
  },
  "jwt_secret": "DurqIpSIqg77DiHkrrexWb1z7eAdvDIY",
  "api_keys": {
    "stripe": "sk_live_VjaaxY5NxJFdm08ndVWq9tlQ",
    "sendgrid": "SG.WOJz8AaZPPLufHVG4BTBgS",
    "twilio_sid": "ACb66350e2b591e0a7f5da7d80765f13e9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}