-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.test.yml
More file actions
79 lines (72 loc) · 1.42 KB
/
config.test.yml
File metadata and controls
79 lines (72 loc) · 1.42 KB
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
# Masterlab主配置文件
app_url: ''
version: '3.0rc3'
error_reporting: 'E_ALL'
xdebug: true
trace: true
write_request_log: false
security_map: false
date_default_timezone: 'Asia/Shanghai'
encrypy_key: '1234567890abc'
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_divisor: 100
gc_probability: 1
database:
default:
host: 'localhost'
port: 3306
user: 'root'
password: ''
db_name: 'masterlab_dev'
charset: 'utf8'
timeout: 10
show_field_info: false
log_db:
host: '139.9.49.224'
port: 3306
user: 'dev_user'
password: 'Masterlab@123'
db_name: 'masterlab_dev'
charset: 'utf8'
timeout: 10
show_field_info: false
config_map_model:
default:
-
log_db:
- UnitTestUnitModel
socket:
port: 9002
port_websocket: 9003
schedule:
-
name: 'ProjectStat'
exe_bin: 'C:/xampp7.4/php/php.exe'
exp: '0 */30 * * * ?'
file: 'app/server/timer/project.php'
arg: '-f'
-
name: 'ProjectReport'
exe_bin: 'C:/xampp7.4/php/php.exe'
exp: '0 58 23 * * ?'
file: 'app/server/timer/projectDayReport.php'
arg: '-f'
-
name: 'SprintReport'
exe_bin: 'C:/xampp7.4/php/php.exe'
exp: '0 59 23 * * ?'
file: 'app/server/timer/sprintDayReport.php'
arg: '-f'