diff --git a/application/config/config.php b/application/config/config.php index 0f16de62..a4cd0a2f 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -35,6 +35,9 @@ switch ($_SERVER['SERVER_NAME']) { case 'origin-int.mycht.cn': $base_url = 'https://int.mycht.cn'; break; + case 'origin-gh.mycht.cn': + $base_url = 'https://gh.mycht.cn'; + break; default: $base_url = ''; }