forked from citizenos/etherpad-lite-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.json.example
More file actions
114 lines (114 loc) · 2.34 KB
/
local.json.example
File metadata and controls
114 lines (114 loc) · 2.34 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"___apiKey": "dL4GrW1WYIG4WQliTK5ZLdVjyDj64Lpno9GsS3Pg5W5UGupKg6ufksWxmvgG",
"___sessionKey": "sn52jBlM6aUXVB89vvAHNoMxJShcR25ZhEY4FxIsdL4GrW1WYIG4W",
"title": "Etherpad-Lite Heroku",
"favicon": "favicon.ico",
"ssl": false,
"dbType": "postgres",
"dbSettings": "postgres://etherpad:etherpad@localhost:5433/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"
],
[
"addImage"
]
],
"right": [
[
"timeslider"
]
],
"timeslider": [
[
"timeslider_returnToPad"
]
]
},
"ep_align": {
"___version": "git+https://github.com/ilmartyrk/ep_align"
},
"ep_authorship_toggle": {
"___version": "0.0.3"
},
"ep_embed_floating_toolbar": {
"___version": "0.0.3"
},
"ep_font_color": {
"___version": "git+https://github.com/citizenos/ep_font_color"
},
"ep_font_size": {
"___version": "git+https://github.com/citizenos/ep_font_size"
},
"ep_headings2": {
"___version": "git+https://github.com/citizenos/ep_headings2"
},
"ep_resize": {
"___version": "0.0.5"
},
"ep_webhooks": {
"___version": "1.0.2",
"apiKey": "YOURSECRETKEHERE",
"pads": {
"update": [
"https://citizenos.com/api/internal/notifications/pads/update"
]
}
}
}