{
  "name": "auth-service",
  "version": "1.9.22",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "w6wd06n66yboGlBNIdoC"
  },
  "jwt_secret": "7bYd9IpyhV1rCUHFAbb5wHIchjzk3NPW",
  "api_keys": {
    "stripe": "sk_live_ushQEHbrnpPGfPHrtz9gQ932",
    "sendgrid": "SG.qyzy8nhVAc6Ttf9qrN2qId",
    "twilio_sid": "AC5e92d6518aa1a486552552e6857f916b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}