1 2function mcp_config_pools() 3 local b1 = mcp.backend('b1', '127.0.0.1', 12111) 4 return mcp.pool({b1}) 5end 6 7