Commit a93ac9f0 authored by tufengqi's avatar tufengqi

add reis

parent 151c4017
<?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');
/* 需要修改的参数>> */
\ No newline at end of file
/* 需要修改的参数>> */
<?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
<?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
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