-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.json.example
102 lines (102 loc) · 1.96 KB
/
local.json.example
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
102
{
"___apiKey": "dL4GrW1WYIG4WQliTK5ZLdVjyDj64Lpno9GsS3Pg5W5UGupKg6ufksWxmvgG",
"___sessionKey": "sn52jBlM6aUXVB89vvAHNoMxJShcR25ZhEY4FxIsdL4GrW1WYIG4W",
"title": "Etherpad-Lite Heroku",
"favicon": "favicon.ico",
"ssl": false,
"dbType": "postgres",
"dbSettings": "postgres://etherpad:etherpad@localhost:5432/etherpad",
"defaultPadText": "Topic content here..",
"requireSession": false,
"editOnly": true,
"sessionNoPassword": false,
"minify": false,
"maxAge": 21600,
"abiword": null,
"requireAuthentication": true,
"requireAuthorization": true,
"trustProxy": true,
"disableIPlogging": false,
"socketTransportProtocols": [
"xhr-polling",
"jsonp-polling",
"htmlfile"
],
"loglevel": "DEBUG",
"logconfig": {
"appenders": [
{
"type": "console"
}
]
},
"padOptions": {
"noColors": true,
"showControls": true,
"showChat": false,
"showLineNumbers": false,
"useMonospaceFont": false,
"userName": false,
"userColor": false,
"rtl": false,
"alwaysShowChat": false,
"chatAndUsers": false,
"lang": "en-gb"
},
"toolbar": {
"left": [
[
"bold",
"italic",
"underline",
"strikethrough"
],
[
"orderedlist",
"unorderedlist",
"indent",
"outdent"
],
[
"alignLeft",
"alignCenter",
"alignRight"
],
[
"undo",
"redo"
]
],
"right": [
[
"timeslider"
]
],
"timeslider": [
[
"timeslider_returnToPad"
]
]
},
"ep_align": {
"___version": "0.3.15"
},
"ep_authorship_toggle": {
"___version": "0.0.5"
},
"ep_embed_floating_toolbar": {
"___version": "0.0.4"
},
"ep_font_color": {
"___version": "0.0.41"
},
"ep_font_size": {
"___version": "0.4.9"
},
"ep_headings2": {
"___version": "0.2.12"
},
"ep_resize": {
"___version": "0.0.5"
}
}