Skip to content

Commit

Permalink
improved doc, since this isn't just used for signing data
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 13, 2015
1 parent d4feab0 commit dd2beb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions horde/config/conf.xml
Expand Up @@ -25,9 +25,8 @@
you have the php zlib extension installed, pages over a certain size will be
compressed and sent to the browser as gzip-encoded data in order to save
bandwidth. There is little reason not to enable this.">true</configboolean>
<configsecret name="secret_key" desc="Secret key for generating signed
messages from this server. This is a random string unique to this Horde
installation."></configsecret>
<configsecret name="secret_key" desc="Secret key (random string) unique to
this Horde installation."></configsecret>
<configinteger name="umask" octal="true" desc="What umask should we run
with? This will affect the permissions on any temporary files that are
created. This value is an integer.">077</configinteger>
Expand Down

0 comments on commit dd2beb7

Please sign in to comment.