-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.template.json
48 lines (46 loc) · 1.06 KB
/
settings.template.json
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
{
"title": "CTFPad",
"favicon": "favicon.ico",
"ip": "0.0.0.0",
"port" : ETHERPAD_INTERNAL_PORT,
"showSettingsInAdminPage" : true,
DATABASE_CONNECTION_STRING
"defaultPadText" : "",
"padOptions": {
"noColors": false,
"showControls": true,
"showChat": true,
"showLineNumbers": true,
"useMonospaceFont": false,
"userName": false,
"userColor": false,
"rtl": false,
"alwaysShowChat": false,
"chatAndUsers": false,
"lang": "en-gb"
},
"suppressErrorsInPadText" : true,
"requireSession" : false,
"editOnly" : false,
"sessionNoPassword" : false,
"minify" : true,
"maxAge" : 21600,
"abiword" : null,
"soffice" : null,
"tidyHtml" : null,
"allowUnknownFileEnds" : true,
"requireAuthentication" : false,
"requireAuthorization" : false,
"trustProxy" : false,
"disableIPlogging" : false,
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
"loadTest": false,
"loglevel": "INFO",
"logconfig" :
{ "appenders": [
{
"type": "console"
}
]
}
}