Commit 33209b9d authored by tufengqi's avatar tufengqi

local to test

parent 9f364f87
...@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'inner_site/'; ...@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'inner_site/';
$base_path = $origin_base_path = $index_root_path . 'inner_site/cms_otc_api/'; $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'); defined('VERSION_KEY') or define('VERSION_KEY', 'inner_site_cms_otc_api_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_WEB_CONFIG_FILE') or define('MAIN_WEB_CONFIG_FILE', 'cms_otc_api_main_web.php'); defined('MAIN_WEB_CONFIG_FILE') or define('MAIN_WEB_CONFIG_FILE', 'cms_otc_api_main_web.php');
/* 需要修改的参数>> */ /* 需要修改的参数>> */
\ No newline at end of file
...@@ -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/risk-service-impl/'; $base_path = $origin_base_path = $index_root_path . 'thrift_impl/risk-service-impl/';
defined('VERSION_KEY') or define('VERSION_KEY', 'thrift_impl_risk_version'); defined('VERSION_KEY') or define('VERSION_KEY', 'thrift_impl_risk_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_WEB_CONFIG_FILE') or define('MAIN_WEB_CONFIG_FILE', 'risk_main_web.php'); defined('MAIN_WEB_CONFIG_FILE') or define('MAIN_WEB_CONFIG_FILE', 'risk_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