-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json.sample
101 lines (101 loc) · 2.32 KB
/
db.json.sample
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"alias": "testtask1",
"description": "описание задачи",
"enabled": false,
"env": {
"NLS_LANG": "RUS_NERUS",
"NLS_TIME": "OLDTIME",
"TEST_ENV": "ENV text"
},
"starttime": {
"type": "interval",
"ht": "",
"mt": "12",
"dt": "",
"hi": 0,
"mi": "5",
"si": "0",
"ttl": "2"
},
"cmd": "./test-task.sh",
"args": [
"first arg",
23,
"string text variable"
],
"multiple": false,
"priority": "127.0.0.1"
},
{
"alias": "testtask2",
"description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit. ",
"enabled": false,
"env": {},
"starttime": {
"type": "totime",
"ht": "7",
"mt": "17",
"dt": "28",
"hi": 0,
"mi": "2",
"si": 30,
"ttl": 7200
},
"cmd": "php",
"args": [
"-r",
"echo 123; exit(22);"
],
"multiple": false,
"priority": "127.0.0.2"
},
{
"alias": "testtask3",
"description": "Deleniti omnis, sit, earum rerum labore quo expedita mollitia hic culpa vitae.",
"enabled": false,
"env": {},
"starttime": {
"type": "external",
"ht": 0,
"mt": 1,
"dt": 0,
"hi": 0,
"mi": 1,
"si": 0,
"ttl": 0
},
"cmd": "/bin/php",
"args": [
"script.php",
"first arg",
2,
"3 text"
],
"multiple": false,
"priority": "127.0.0.33"
},
{
"alias": "testtask4",
"description": "Lorem ipsum dolor sit amet.",
"enabled": false,
"env": {},
"starttime": {
"type": "external",
"ht": 0,
"mt": 1,
"dt": 0,
"hi": 0,
"mi": 1,
"si": 0,
"ttl": 0
},
"cmd": "node",
"args": [
"-e",
"console.log({ test: true })"
],
"multiple": false,
"priority": "127.0.0.133"
}
]