Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web_index
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tufengqi
web_index
Commits
d394702f
Commit
d394702f
authored
Jul 17, 2018
by
tufengqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mnt d data to data3
parent
a7e6d4dc
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
6 deletions
+6
-6
launch.json
.vscode/launch.json
+1
-1
cms-otc-api-basic.php
inner_site/cms_otc_api/cms-otc-api-basic.php
+1
-1
index.js
inner_site/devops/js/index.js
+0
-0
market-basic.php
thrift_impl/market/market-basic.php
+1
-1
risk-basic.php
thrift_impl/risk/risk-basic.php
+1
-1
zhaobi-basic.php
user_site/zhaobi/zhaobi-basic.php
+1
-1
zhaobi-broker-index.php
user_site/zhaobi_broker/zhaobi-broker-index.php
+1
-1
No files found.
.vscode/launch.json
View file @
d394702f
...
...
@@ -9,7 +9,7 @@
"type"
:
"php"
,
"request"
:
"launch"
,
"port"
:
9000
,
"serverSourceRoot"
:
"/
mnt/d/data
/index"
,
"serverSourceRoot"
:
"/
data3
/index"
,
"localSourceRoot"
:
"D:
\\
data
\\
index"
}
]
...
...
inner_site/cms_otc_api/cms-otc-api-basic.php
View file @
d394702f
<?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'
);
...
...
inner_site/devops/js/index.js
View file @
d394702f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
thrift_impl/market/market-basic.php
View file @
d394702f
<?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'
);
...
...
thrift_impl/risk/risk-basic.php
View file @
d394702f
<?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'
);
...
...
user_site/zhaobi/zhaobi-basic.php
View file @
d394702f
<?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'
);
...
...
user_site/zhaobi_broker/zhaobi-broker-index.php
View file @
d394702f
<?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'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment