{
  "name": "auth-service",
  "version": "1.2.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AXwc2U8HMwPYGSAni2qL"
  },
  "jwt_secret": "bpWVBm03BJjYyHa+PxseSeJfM3DxGulx",
  "api_keys": {
    "stripe": "sk_live_dY6QsaVpx2JkoYZdCArpIHUB",
    "sendgrid": "SG.sy3xORcfu5TRve90tT0lfA",
    "twilio_sid": "AC912ead36c156071976e40f4f24a42cfa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}