{
  "name": "auth-service",
  "version": "2.6.19",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3mMq5FKgX6NlWkZ4TYiD"
  },
  "jwt_secret": "tDpJB8nR/UqAktzrVXkqzUlG11eFFHp0",
  "api_keys": {
    "stripe": "sk_live_reZHe8swaLo6t7HWjgYEYHOf",
    "sendgrid": "SG.eKZ7ttv1rJCjkaIOrx0Eex",
    "twilio_sid": "AC84b07d7430b1ce19fc829815d397f9ef"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}