{
  "name": "auth-service",
  "version": "3.4.26",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6m8XWL721qIY7RznPHsK"
  },
  "jwt_secret": "xyJKhMvL08fcIGxlixWZvWcDTWr7j2GZ",
  "api_keys": {
    "stripe": "sk_live_Y4RgfIPKcvHV2aI3C6RFbhi4",
    "sendgrid": "SG.SZ0Yuu33pitC3jPCaXzUWu",
    "twilio_sid": "AC90ab1cb2e5d910044902de383c713238"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}