Proxy.php 180 B

1234567891011121314
  1. <?php
  2. namespace Heanup\Config;
  3. use Heanup\Frame\Config;
  4. class Proxy extends Config
  5. {
  6. protected static $data = [
  7. "http_proxy" => "myhome.97admin.com:34185"
  8. ];
  9. }