Commit a45c76cf authored by tufengqi's avatar tufengqi

fix index

parent 299710e4
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
$index_root_path = '/data33/'; $index_root_path = '/data33/';
$app_package_path = $index_root_path . 'thrift_impl/'; $app_package_path = $index_root_path . 'thrift_impl/';
$base_path = $origin_base_path = $index_root_path . 'thrift_impl/market-service-impl/'; $base_path = $origin_base_path = $index_root_path . 'thrift_impl/market-service-impl/';
defined('VERSION_KEY') or define('VERSION_KEY', 'thrift_impl_market_version'); defined('VERSION_KEY') || define('VERSION_KEY', 'thrift_impl_market_version');
$version_path = $index_root_path . 'version/'; $version_path = $index_root_path . 'version/';
defined('SERVICE_ENV') or define('SERVICE_ENV', 'test'); defined('SERVICE_ENV') || define('SERVICE_ENV', 'test');
defined('MAIN_WEB_CONFIG_FILE') or define('MAIN_WEB_CONFIG_FILE', 'market_main_web.php'); defined('MAIN_WEB_CONFIG_FILE') || define('MAIN_WEB_CONFIG_FILE', 'market_main_web.php');
/* 需要修改的参数>> */ /* 需要修改的参数>> */
\ No newline at end of file
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
/* 需要修改的参数<< */ /* 需要修改的参数<< */
$index_root_path = '/data33/'; $index_root_path = '/data33/';
$app_package_path = $index_root_path . 'thrift_impl/'; $app_package_path = $index_root_path . 'thrift_impl/';
$base_path = $origin_base_path = $index_root_path . 'thrift_impl/market-service-impl/'; $base_path = $origin_base_path = $index_root_path . 'thrift_impl/otc-service-impl/';
defined('VERSION_KEY') || define('VERSION_KEY', 'thrift_impl_market_version'); defined('VERSION_KEY') || define('VERSION_KEY', 'thrift_impl_otc_version');
$version_path = $index_root_path . 'version/'; $version_path = $index_root_path . 'version/';
defined('SERVICE_ENV') || define('SERVICE_ENV', 'test'); defined('SERVICE_ENV') || define('SERVICE_ENV', 'test');
defined('MAIN_WEB_CONFIG_FILE') || define('MAIN_WEB_CONFIG_FILE', 'market_main_web.php'); defined('MAIN_WEB_CONFIG_FILE') || define('MAIN_WEB_CONFIG_FILE', 'otc_main_web.php');
/* 需要修改的参数>> */ /* 需要修改的参数>> */
\ 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