Commit 64acd63b authored by tufengqi's avatar tufengqi

local to test

parent 95460d7b
...@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'thrift_impl/'; ...@@ -5,6 +5,6 @@ $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') or 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', 'local'); defined('SERVICE_ENV') or define('SERVICE_ENV', 'test');
defined('MAIN_CONSOLE_CONFIG_FILE') or define('MAIN_CONSOLE_CONFIG_FILE', 'market_main_console.php'); defined('MAIN_CONSOLE_CONFIG_FILE') or define('MAIN_CONSOLE_CONFIG_FILE', 'market_main_console.php');
/* 需要修改的参数>> */ /* 需要修改的参数>> */
\ No newline at end of file
...@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'user_site/'; ...@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'user_site/';
$base_path = $origin_base_path = $index_root_path . 'user_site/zhaobi/'; $base_path = $origin_base_path = $index_root_path . 'user_site/zhaobi/';
defined('VERSION_KEY') or define('VERSION_KEY', 'user_site_zhaobi_version'); defined('VERSION_KEY') or define('VERSION_KEY', 'user_site_zhaobi_version');
$version_path = $index_root_path . 'version/'; $version_path = $index_root_path . 'version/';
defined('SERVICE_ENV') or define('SERVICE_ENV', 'local'); defined('SERVICE_ENV') or define('SERVICE_ENV', 'test');
defined('MAIN_CONSOLE_CONFIG_FILE') or define('MAIN_CONSOLE_CONFIG_FILE', 'zhaobi_main_console.php'); defined('MAIN_CONSOLE_CONFIG_FILE') or define('MAIN_CONSOLE_CONFIG_FILE', 'zhaobi_main_console.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