forked from gopeak/masterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
82 lines (75 loc) · 1.54 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Masterlab主配置文件
app_url: ''
version: '3.3.10'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
write_request_log: false
security_map: false
date_default_timezone: 'Asia/Shanghai'
encrypy_key: 'F1xukcK3KjzejfQE8064'
xhprof:
enable: false
rate: 1
cache:
enable: false
expire: 864000
gc_rate: 10
server:
- ['127.0.0.1', '6379', '']
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: 'localhost'
port: '3306'
user: 'root'
password: ''
db_name: 'masterlab_dev'
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: '127.0.0.1'
port: '9002'
port_websocket: 9003
schedule:
-
name: 'ProjectStat'
exe_bin: 'C:/phpenv/php-7.4/php.exe'
exp: '0 */30 * * * ?'
file: 'C:/www/masterlab/app/server/timer/project.php'
arg: '-f'
-
name: 'ProjectReport'
exe_bin: 'C:/phpenv/php-7.4/php.exe'
exp: '0 58 23 * * ?'
file: 'C:/www/masterlab/app/server/timer/projectDayReport.php'
arg: '-f'
-
name: 'SprintReport'
exe_bin: 'C:/phpenv/php-7.4/php.exe'
exp: '0 59 23 * * ?'
file: 'C:/www/masterlab/app/server/timer/sprintDayReport.php'
arg: '-f'