{
  "name": "auth-service",
  "version": "3.4.25",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "A8gL1GyfXPtHwThFOHdx"
  },
  "jwt_secret": "gPuKnAFkZNvAvVK1mBwrZgCIlbfHt/Bu",
  "api_keys": {
    "stripe": "sk_live_fTlkHPLDS9FqTCt1bX2IoBuJ",
    "sendgrid": "SG.f4EPHSzPmSS63makMkgRA8",
    "twilio_sid": "AC1022f8a06d0585ebc8ef1c9a13ad0288"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}