{
  "name": "auth-service",
  "version": "3.9.12",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1CjuWbKwEaSxeWu18JhO"
  },
  "jwt_secret": "G/vjqG4HN4U+GdAVjr0TCcVFNF4sZ6h2",
  "api_keys": {
    "stripe": "sk_live_sLgd9r0a9vihWehVwq0oyEoR",
    "sendgrid": "SG.BnXIfNCQxOBxbiF1JZiwuL",
    "twilio_sid": "AC6654586b37676c8e0bca7e77a427d4bc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}