Commit a7e6d4dc authored by tufengqi's avatar tufengqi

remove console file

parent 16f7fdba
<?php
/* 需要修改的参数<< */
$index_root_path = '/mnt/d/data/';
$app_package_path = $index_root_path . 'inner_site/';
$base_path = $origin_base_path = $index_root_path . 'inner_site/cms_otc_api/';
defined('VERSION_KEY') or define('VERSION_KEY', 'inner_site_cms_otc_api_version');
$version_path = $index_root_path . 'version/';
defined('SERVICE_ENV') or define('SERVICE_ENV', 'local');
defined('MAIN_WEB_CONFIG_FILE') or define('MAIN_WEB_CONFIG_FILE', 'cms_otc_api_main_web.php');
/* 需要修改的参数>> */
\ No newline at end of file
<?php <?php
require __DIR__ . '/devops-basic.php'; require __DIR__ . '/devops-basic.php';
require dirname(dirname(__DIR__)) . '/VersionApp.php'; require dirname(dirname(__DIR__)) . '/VersionApp.php';
require_once $GLOBALS['GLOBAL_YII_SYSTEM_APP'] . 'vendor/autoload.php'; require dirname(dirname(__DIR__)) . '/RunApp.php';
require_once $base_path . 'vendor/autoload.php'; \ No newline at end of file
require_once $GLOBALS['GLOBAL_YII_SYSTEM_APP'] . 'vendor/yiisoft/yii2/Yii.php';
$config = require $app_package_path . 'app_config/' . MAIN_WEB_CONFIG_FILE;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment