Commit 95460d7b authored by tufengqi's avatar tufengqi

local to test

parent 331604fc
......@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'inner_site/';
$base_path = $origin_base_path = $index_root_path . 'inner_site/zhaobi/';
defined('VERSION_KEY') or define('VERSION_KEY', 'inner_site_devops_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', 'devops_main_console.php');
/* 需要修改的参数>> */
\ No newline at end of file
......@@ -5,6 +5,6 @@ $app_package_path = $index_root_path . 'inner_site/';
$base_path = $origin_base_path = $index_root_path . 'inner_site/zhaobi/';
defined('VERSION_KEY') or define('VERSION_KEY', 'inner_site_devops_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', 'devops_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