{
  "name": "auth-service",
  "version": "3.0.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Q9RRC7wRePJmGvNfoGws"
  },
  "jwt_secret": "vequg7aEXFglda5PKSWVu7n+S7v9li/R",
  "api_keys": {
    "stripe": "sk_live_YAjwtvH5GMqS86ok7cjJILjp",
    "sendgrid": "SG.J6LoUfYseLM7O5S2EFECxT",
    "twilio_sid": "AC71330da2363842d8c58b10c559b7afe3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}