summaryrefslogtreecommitdiffstats
path: root/wsd/README.vars
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-05-17 23:15:17 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-05-17 23:31:26 +0530
commit46acd74d83bd6ae85b497d49c260f250d1604a1a (patch)
tree70ee360c0589e7b7b01f31fb5deb73ba5b474b82 /wsd/README.vars
parentwsd: Don't set Content-Disposition for SVGs, the browser must handle them. (diff)
downloadonline-46acd74d83bd6ae85b497d49c260f250d1604a1a.tar.gz
online-46acd74d83bd6ae85b497d49c260f250d1604a1a.zip
Document LOOL_SERVE_FROM_FS
Change-Id: I10d71979366f61839f2aedaf6886fa5f03132004
Diffstat (limited to 'wsd/README.vars')
-rw-r--r--wsd/README.vars5
1 files changed, 5 insertions, 0 deletions
diff --git a/wsd/README.vars b/wsd/README.vars
index 862465fdad..e1f81773d0 100644
--- a/wsd/README.vars
+++ b/wsd/README.vars
@@ -35,3 +35,8 @@ LOOL_WS_JITTER <jitter in milliseconds for websocket communication>
LOOL_STORAGE_COOKIE <key:value>
Sets a cookie to all the requests made to storage. This is extremely useful for
debugging WOPI implementations. For eg: Using XDebug with OwnCloud/NextCloud.
+
+LOOL_SERVE_FROM_FS
+ If mentioned, files are not loaded into the memory on start, instead they are
+ read from the filesystem. This can be helpful in loleaflet development
+ where you can tweak it without restarting wsd.