Commit d698f242 authored by tufengqi's avatar tufengqi

fix otc cms version name

parent d1c728af
......@@ -3,7 +3,7 @@
$index_root_path = '/data33/';
$app_package_path = $index_root_path . 'inner_site/';
$base_path = $origin_base_path = $index_root_path . 'inner_site/cms_otc_api/';
defined('VERSION_KEY') || define('VERSION_KEY', 'inner_site_cms_otc_api_version');
defined('VERSION_KEY') || define('VERSION_KEY', 'inner_site_otc_cms_api_version');
$version_path = $index_root_path . 'version/';
defined('SERVICE_ENV') || define('SERVICE_ENV', 'test');
defined('MAIN_WEB_CONFIG_FILE') || define('MAIN_WEB_CONFIG_FILE', 'cms_otc_api_main_web.php');
......
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