{
  "database": "mysql://root:@localhost:3306/mod_db",
  "debug_mode": true,
  "environment": "development",
  "exposed_endpoints": [
    "/admin",
    "/api/users",
    "/api/secrets",
    "/.env",
    "/.git/config",
    "/backup.sql"
  ],
  "python_version": "3.8.10",
  "secret_key": "password123",
  "server": "Apache/2.4.41",
  "status": "running"
}
