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
a93ac9f0
Commit
a93ac9f0
authored
Jul 12, 2018
by
tufengqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add reis
parent
151c4017
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
2 deletions
+19
-2
devops-basic.php
inner_site/devops/devops-basic.php
+2
-2
backend-basic.php
package_sites/risk_sites/backend/backend-basic.php
+11
-0
backend-index.php
package_sites/risk_sites/backend/backend-index.php
+6
-0
index.php
thrift_impl/risk/application/web/index.php
+0
-0
No files found.
inner_site/devops/devops-basic.php
View file @
a93ac9f0
<?php
/* 需要修改的参数<< */
$index_root_path
=
'/
mnt/d
/data/'
;
$index_root_path
=
'/
home/work
/data/'
;
$app_package_path
=
$index_root_path
.
'inner_site/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'inner_site/devops/'
;
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_WEB_CONFIG_FILE'
)
or
define
(
'MAIN_WEB_CONFIG_FILE'
,
'devops_main_web.php'
);
/* 需要修改的参数>> */
package_sites/risk_sites/backend/backend-basic.php
0 → 100644
View file @
a93ac9f0
<?php
/* 需要修改的参数<< */
$index_root_path
=
'/home/work/data/'
;
$app_package_path
=
$index_root_path
.
'thrift_impl/'
;
$base_path
=
$origin_base_path
=
$index_root_path
.
'thrift_impl/risk-sites/'
;
defined
(
'VERSION_KEY'
)
or
define
(
'VERSION_KEY'
,
'thrift_impl_risk_sites_version'
);
$version_path
=
$index_root_path
.
'version/'
;
defined
(
'SERVICE_ENV'
)
or
define
(
'SERVICE_ENV'
,
'local'
);
defined
(
'MAIN_WEB_CONFIG_FILE'
)
or
define
(
'MAIN_WEB_CONFIG_FILE'
,
'thrift_impl_risk_sites_main_web.php'
);
/* 需要修改的参数>> */
\ No newline at end of file
package_sites/risk_sites/backend/backend-index.php
0 → 100644
View file @
a93ac9f0
<?php
require
__DIR__
.
'/backend-basic.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/VersionApp.php'
;
require
$base_path
.
'vendor/system/yiiswoft/SwoftChannel.php'
;
require
dirname
(
dirname
(
__DIR__
))
.
'/RunApp.php'
;
\ No newline at end of file
thrift_impl/risk/application/web/index.php
0 → 100644
View file @
a93ac9f0
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