{
  "name": "payment-service",
  "version": "2.1.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lCHVW8MFcUJOFbaUllGn"
  },
  "jwt_secret": "vrzv+9PudHuG55UXz31haO7kNzcq1osV",
  "api_keys": {
    "stripe": "sk_live_yJ9zrBQ3TPAFdxawT9DDZwVZ",
    "sendgrid": "SG.frq4xXakxg0LzjufhBkGJ2",
    "twilio_sid": "ACb10f777ad659c129d97e8c1a69f12379"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}