{
  "name": "auth-service",
  "version": "2.4.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XRc0ZyhkHIx0yEz6OTOa"
  },
  "jwt_secret": "MitDLAm8ajstQJsPbSJL42z22202NVK3",
  "api_keys": {
    "stripe": "sk_live_euY0rmFaeqyj4WpivwWPdupb",
    "sendgrid": "SG.RSpZm/IlvjOF0q98z2ZUzV",
    "twilio_sid": "AC5142c4be8e8190a82fca81d172b0454f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}