<?php namespace Heanup\Config; use Heanup\Frame\Config; class Proxy extends Config { protected static $data = [ "http_proxy" => "myhome.97admin.com:34185" ]; }