Commit d394702f authored by tufengqi's avatar tufengqi

mnt d data to data3

parent a7e6d4dc
......@@ -9,7 +9,7 @@
"type": "php",
"request": "launch",
"port": 9000,
"serverSourceRoot": "/mnt/d/data/index",
"serverSourceRoot": "/data3/index",
"localSourceRoot": "D:\\data\\index"
}
]
......
<?php
/* 需要修改的参数<< */
$index_root_path = '/mnt/d/data/';
$index_root_path = '/data3/';
$app_package_path = $index_root_path . 'inner_site/';
$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');
......
This source diff could not be displayed because it is too large. You can view the blob instead.
<?php
/* 需要修改的参数<< */
$index_root_path = '/mnt/d/data/';
$index_root_path = '/data3/';
$app_package_path = $index_root_path . 'thrift_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');
......
<?php
/* 需要修改的参数<< */
$index_root_path = '/mnt/d/data/';
$index_root_path = '/data3/';
$app_package_path = $index_root_path . 'thrift_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');
......
<?php
/* 需要修改的参数<< */
$index_root_path = '/mnt/d/data/';
$index_root_path = '/data3/';
$app_package_path = $index_root_path . 'user_site/';
$base_path = $origin_base_path = $index_root_path . 'user_site/zhaobi/';
defined('VERSION_KEY') or define('VERSION_KEY', 'user_site_zhaobi_version');
......
<?php
date_default_timezone_set('Etc/GMT-8');
/* 需要修改的参数<< */
$index_root_path = '/mnt/d/data/';
$index_root_path = '/data3/';
$app_package_path = $index_root_path . 'user_site/';
$base_path = $origin_base_path = $index_root_path . 'user_site/zhaobi_apps/';
define('VERSION_KEY', 'user_site_zhaobi_version');
......
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