代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/MasterLab 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Masterlab主配置文件
app_url: ''
version: '3.0rc4'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
write_request_log: false
security_map: false
date_default_timezone: 'Asia/Shanghai'
encrypy_key: '1234567890abc'
xhprof:
enable: false
rate: 1
cache:
enable: {{cache_enable}}
expire: 864000
gc_rate: 10
server:
- ['{{redis_host}}', '{{redis_port}}', '{{redis_password}}']
session:
handle: file
cache_expire: 86400
gc_maxlifetime: 864000
cookie_lifetime: 864000
gc_probability: 1
gc_divisor: 100
no_session_cmd:
- '/version/gets'
database:
default:
host: '{{db_host}}'
port: '{{db_port}}'
user: '{{db_user}}'
password: '{{db_password}}'
db_name: '{{db_name}}'
charset: 'utf8'
timeout: 10
show_field_info: false
log_db:
host: 'localhost'
port: 3306
user: 'root'
password: ''
db_name: 'masterlab_log'
charset: 'utf8'
timeout: 10
show_field_info: false
config_map_model:
default:
-
log_db:
- UnitTestUnitModel
socket:
host: '{{socket_host}}'
port: '{{socket_port}}'
port_websocket: 9003
schedule:
-
name: 'ProjectStat'
exe_bin: '{{php_exe}}'
exp: '0 */30 * * * ?'
file: '{{root_path}}app/server/timer/project.php'
arg: '-f'
-
name: 'ProjectReport'
exe_bin: '{{php_exe}}'
exp: '0 58 23 * * ?'
file: '{{root_path}}app/server/timer/projectDayReport.php'
arg: '-f'
-
name: 'SprintReport'
exe_bin: '{{php_exe}}'
exp: '0 59 23 * * ?'
file: '{{root_path}}app/server/timer/sprintDayReport.php'
arg: '-f'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。