{
  "name": "auth-service",
  "version": "2.4.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Xgtk9e5RY9lOfanmFBKy"
  },
  "jwt_secret": "ZZx1gTcGpB7xh34krz1LTr7gXUHZfH3u",
  "api_keys": {
    "stripe": "sk_live_rV02slZ9vpJeU9oWY66jrGoV",
    "sendgrid": "SG.qAeaAeMCbpr3Q9wUSoH4pB",
    "twilio_sid": "ACaa016b276e7940a7839f498217c98880"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}