{
  "name": "auth-service",
  "version": "3.6.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RCmvlTQ7DJ4sjtTzIidB"
  },
  "jwt_secret": "gwgQOhXRG64k4wUElwdN1wjnH3coH9dZ",
  "api_keys": {
    "stripe": "sk_live_8hCIK3oCu4jKdflhNriaElVo",
    "sendgrid": "SG.nLIQq63KmXbe4mdfrYHGv5",
    "twilio_sid": "AC5162a50a9c2db442984631b8d649efde"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}