{
  "name": "auth-service",
  "version": "1.5.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uamsTmiLHDl1KkzaTRGs"
  },
  "jwt_secret": "PD5RuCv3+68RXNCasNXp3S86AMOrEy2m",
  "api_keys": {
    "stripe": "sk_live_z75OvhEVhtSY1fhbi2ZcNw13",
    "sendgrid": "SG.Bhvb02skL0MnDSPqa+0zRg",
    "twilio_sid": "ACaed809f8e2f005926fc1b4b1c4e82cd1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}