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
a45c76cf
Commit
a45c76cf
authored
Jul 25, 2018
by
tufengqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix index
parent
299710e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
common-basic.php
thrift_impl/market/common-basic.php
+4
-3
common-basic.php
thrift_impl/otc/common-basic.php
+4
-3
No files found.
thrift_impl/market/common-basic.php
View file @
a45c76cf
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
$index_root_path
=
'/data33/'
;
$index_root_path
=
'/data33/'
;
$app_package_path
=
$index_root_path
.
'thrift_impl/'
;
$app_package_path
=
$index_root_path
.
'thrift_impl/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'thrift_impl/market-service-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'
);
defined
(
'VERSION_KEY'
)
||
define
(
'VERSION_KEY'
,
'thrift_impl_market_version'
);
$version_path
=
$index_root_path
.
'version/'
;
$version_path
=
$index_root_path
.
'version/'
;
defined
(
'SERVICE_ENV'
)
or
define
(
'SERVICE_ENV'
,
'test'
);
defined
(
'SERVICE_ENV'
)
||
define
(
'SERVICE_ENV'
,
'test'
);
defined
(
'MAIN_WEB_CONFIG_FILE'
)
or
define
(
'MAIN_WEB_CONFIG_FILE'
,
'market_main_web.php'
);
defined
(
'MAIN_WEB_CONFIG_FILE'
)
||
define
(
'MAIN_WEB_CONFIG_FILE'
,
'market_main_web.php'
);
/* 需要修改的参数>> */
/* 需要修改的参数>> */
\ No newline at end of file
thrift_impl/otc/common-basic.php
View file @
a45c76cf
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
/* 需要修改的参数<< */
/* 需要修改的参数<< */
$index_root_path
=
'/data33/'
;
$index_root_path
=
'/data33/'
;
$app_package_path
=
$index_root_path
.
'thrift_impl/'
;
$app_package_path
=
$index_root_path
.
'thrift_impl/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'thrift_impl/
market
-service-impl/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'thrift_impl/
otc
-service-impl/'
;
defined
(
'VERSION_KEY'
)
||
define
(
'VERSION_KEY'
,
'thrift_impl_
market
_version'
);
defined
(
'VERSION_KEY'
)
||
define
(
'VERSION_KEY'
,
'thrift_impl_
otc
_version'
);
$version_path
=
$index_root_path
.
'version/'
;
$version_path
=
$index_root_path
.
'version/'
;
defined
(
'SERVICE_ENV'
)
||
define
(
'SERVICE_ENV'
,
'test'
);
defined
(
'SERVICE_ENV'
)
||
define
(
'SERVICE_ENV'
,
'test'
);
defined
(
'MAIN_WEB_CONFIG_FILE'
)
||
define
(
'MAIN_WEB_CONFIG_FILE'
,
'
market
_main_web.php'
);
defined
(
'MAIN_WEB_CONFIG_FILE'
)
||
define
(
'MAIN_WEB_CONFIG_FILE'
,
'
otc
_main_web.php'
);
/* 需要修改的参数>> */
/* 需要修改的参数>> */
\ No newline at end of file
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