{
  "name": "auth-service",
  "version": "2.3.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kWY9IzIQyQ2hi9R73PKV"
  },
  "jwt_secret": "ALG6i6yr1KxklvyL9Kgnr746UJ53UWPX",
  "api_keys": {
    "stripe": "sk_live_eyJKhHcFexgzHw7uUQkCWuog",
    "sendgrid": "SG.zzko2v8xr4urLjPotcOJs1",
    "twilio_sid": "AC530b222805214d8826e504e795be0b46"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}