{
  "name": "auth-service",
  "version": "2.7.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0CW4y2SQY66kN7fEBST3"
  },
  "jwt_secret": "V39k7uTv2CSD8j3wY2CcPTLXJsBbzCcz",
  "api_keys": {
    "stripe": "sk_live_YY9I1xc6v7oTiL1A7Mi9rd20",
    "sendgrid": "SG.4WbbAzfHhH/LyDuPUvY7D4",
    "twilio_sid": "ACff4b4eee73695d8f8956a4c2d15e2cb6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}