{
  "name": "auth-service",
  "version": "3.0.27",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sT5I7k4vexegKfgVEpNg"
  },
  "jwt_secret": "IedxKvehjH6XRJj2tAvu8d6GB2KeMopQ",
  "api_keys": {
    "stripe": "sk_live_Vu1S3f0KMDB3HbTc3DSabFj2",
    "sendgrid": "SG.1SyAgK5fTtjBZBpxiJfsuk",
    "twilio_sid": "AC5433013f67a30f47e72f29ab95a21379"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}