{
  "name": "auth-service",
  "version": "2.8.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qkcf9rcD1h8ScB6AAeIg"
  },
  "jwt_secret": "Tt8PGcFnGrSccnxUsAeHVhR+gHpyPJ9r",
  "api_keys": {
    "stripe": "sk_live_YpKhZeOeHsGxAPNRo6YbNqWR",
    "sendgrid": "SG.t0caJTds5RlNz/oAf0Yvi6",
    "twilio_sid": "AC708e11ca6106398aa645927ead0eb88e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}