-
Notifications
You must be signed in to change notification settings - Fork 0
/
kumascript_settings_local.json-dist
43 lines (43 loc) · 1.26 KB
/
kumascript_settings_local.json-dist
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
{
"log": {
"console": true,
"file": {
"filename": "/home/vagrant/logs/kumascript.log",
"maxsize": 500000
}
},
"statsd": {
"enabled": false,
"host": "127.0.0.1",
"port": 8125
},
"server": {
"port": 9080,
"numWorkers": 4,
"workerTimeout": 10000,
"memcache": {
"server": {"127.0.0.1:11211": 1},
"options": { }
},
"macro_timeout": 10000,
"document_url_template": "http://localhost/en-US/docs/{path}?raw=1",
"template_url_template": "http://localhost/en-US/docs/en-US/Template:{name}?raw=1",
"template_class": "EJSTemplate",
"autorequire": {
"mdn": "MDN:Common",
"Culture": "DekiScript:Culture",
"Date": "DekiScript:Date",
"Json": "DekiScript:Json",
"List": "DekiScript:List",
"Map": "DekiScript:Map",
"Meta": "DekiScript:Meta",
"Num": "DekiScript:Num",
"Page": "DekiScript:Page",
"String": "DekiScript:String",
"Uri": "DekiScript:Uri",
"Web": "DekiScript:Web",
"Wiki": "DekiScript:Wiki",
"Xml": "DekiScript:Xml"
}
}
}