{
  "name": "auth-service",
  "version": "3.8.19",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fQsPsRh7R37TIDugysXd"
  },
  "jwt_secret": "Ch1L+8m+cOsYoGAIU/4VoCfu5o0z28TI",
  "api_keys": {
    "stripe": "sk_live_R8julOnEDSxZAWRONi0FXhK0",
    "sendgrid": "SG.v0xC5tdZzuWMG2trTPUXoc",
    "twilio_sid": "ACf697c59d779430490d0bd4ee48a12952"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}