{
  "name": "auth-service",
  "version": "2.7.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jac5sxtHA6wEotkBtUsl"
  },
  "jwt_secret": "nKmh6f2Iy2NTdfBNUokey0TslDoFLpbc",
  "api_keys": {
    "stripe": "sk_live_LVCGJfKhsG8M38RKhkgC2919",
    "sendgrid": "SG.Ypk33KlbTm3aVY89It0lg1",
    "twilio_sid": "ACbcc17d6e21fd36551bb376ef2ea7ddbf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}