{
  "name": "auth-service",
  "version": "2.0.27",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "foYYV2OUTdAOXsv9hjWF"
  },
  "jwt_secret": "OHyL709RpnLUnGS7yAODxY4OzatcGp77",
  "api_keys": {
    "stripe": "sk_live_sZ9ny8QNwRD2EScNPm3jX95u",
    "sendgrid": "SG.KqMRs5L/DNu8m/zsVxT0Sf",
    "twilio_sid": "ACd16f24d20d8808d28b25d85da9f63564"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}