{
  "name": "auth-service",
  "version": "3.5.26",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uC0vUC5AFGnGYcAhqHj9"
  },
  "jwt_secret": "ZrmatAYaBNpADXqasRkYqOHNKFaYZqiI",
  "api_keys": {
    "stripe": "sk_live_h13sIEEtarqfmc3fsT7xGWr8",
    "sendgrid": "SG.uTA+G9L0NXU76n9dozswdb",
    "twilio_sid": "ACadc3fe0d535aa36b24d9508bf0111931"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}