{
  "name": "auth-service",
  "version": "3.6.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "odZHHWHd8zyYySayv7oq"
  },
  "jwt_secret": "2NU0aLDR4QHgvbB7X5/CV7qrTzghsWtZ",
  "api_keys": {
    "stripe": "sk_live_8GTdTuZNq6vDyp1ZLhuq9S5g",
    "sendgrid": "SG.KkCAx/qqMRGuEMB7Atm/W5",
    "twilio_sid": "AC85702f117b4a456889a4e996f49e59a9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}