diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-03-18 22:56:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-03-18 22:56:18 -0300 |
commit | 31b40e99c8bad914239a8506b30a2a104447f9d4 (patch) | |
tree | a9ac8fea002ba673f102b2864d2e3f4871d41d8b /templates | |
parent | 82581fd823c811e93ea9030a918348e474b56e5c (diff) | |
download | puppet-etherpad-31b40e99c8bad914239a8506b30a2a104447f9d4.tar.gz puppet-etherpad-31b40e99c8bad914239a8506b30a2a104447f9d4.tar.bz2 |
Disabling Abiword
Diffstat (limited to 'templates')
-rw-r--r-- | templates/settings.json.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.json.erb b/templates/settings.json.erb index af1ca63..e06fd24 100644 --- a/templates/settings.json.erb +++ b/templates/settings.json.erb @@ -33,7 +33,7 @@ /* This is the path to the Abiword executable. Setting it to null, disables abiword. Abiword is needed to enable the import/export of pads*/ - "abiword" : "/usr/bin/abiword", + "abiword" : null, /* This setting is used if you need http basic auth */ // "httpAuth" : "user:pass", |