{
  "name": "payment-service",
  "version": "3.0.25",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VaNkeEwZBmZXwCE7Q8Bw"
  },
  "jwt_secret": "ooic+j0LeyaQWxehxU0QtM9B1Sb1D1wV",
  "api_keys": {
    "stripe": "sk_live_P4jzVw1qeFVWFiiOEDVzUo5A",
    "sendgrid": "SG.7Oh55JmWV9mexiI05ayUNK",
    "twilio_sid": "ACc72b0cd077c1a987cdcafb38d1d66ba8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}