{
  "name": "auth-service",
  "version": "1.1.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EyrtqLXhoTlbmovAquOR"
  },
  "jwt_secret": "kGEKs7P2RU87ivUe2PoHr0LNid3cm8Py",
  "api_keys": {
    "stripe": "sk_live_iHuHn5V4LY0mTZjfiojy2GZM",
    "sendgrid": "SG.uMhhAfw32/3PtSQapeJKDs",
    "twilio_sid": "AC70caf05e6bbe860723f7d46e650d12a2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}