{
  "name": "auth-service",
  "version": "3.2.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7uAaBs4ldxbdWkJkaelg"
  },
  "jwt_secret": "OwFGGW/T+Az9Cbdl+akEgV1TiooXf2OF",
  "api_keys": {
    "stripe": "sk_live_20Uf3zGariPSadY5IS9qQoWI",
    "sendgrid": "SG.Z83LBUgVJE+XEiWR/WhW5n",
    "twilio_sid": "ACa376ee51360b410691fd113f6aed6d8f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}