{
  "name": "payment-service",
  "version": "3.3.4",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hRmMgPHhvO1tsHx67m5p"
  },
  "jwt_secret": "3YhbqBKJg3ntQDfRLuFwV+p0srpFIzel",
  "api_keys": {
    "stripe": "sk_live_pX0Ar6Sks9w3Eipkj3u29yaZ",
    "sendgrid": "SG.OZodT6kI+SfUP1NaFpFLer",
    "twilio_sid": "ACe8e718a3752413c4a14a7ff025872a65"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}