diff options
author | Jordan <jordan.hollinger@gmail.com> | 2011-11-21 11:54:29 -0500 |
---|---|---|
committer | Jordan <jordan.hollinger@gmail.com> | 2011-11-21 11:54:29 -0500 |
commit | 5630889fb098d1289986a807f872e034836b066b (patch) | |
tree | 4cc1452fce79f793aeeb680cf7f5b27b8c4e8dac /settings.json.template_windows | |
parent | 9850ba43ee5a41a3383e6eebc8b9be756e80b9ad (diff) | |
download | etherpad-lite-5630889fb098d1289986a807f872e034836b066b.zip |
A more precise description of the requireSession setting
Diffstat (limited to 'settings.json.template_windows')
-rw-r--r-- | settings.json.template_windows | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.json.template_windows b/settings.json.template_windows index 560e62be..d6f9ef14 100644 --- a/settings.json.template_windows +++ b/settings.json.template_windows @@ -28,7 +28,7 @@ //the default text of a pad "defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n", - /* Users must have a session to access pads. This effectively locks etherpad down to using only the API. */ + /* Users must have a session to access pads. This effectively allows only group pads to be accessed. */ "requireSession" : false, /* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly, |