]> git.sesse.net Git - itkacl/blobdiff - itkacl-web-1.0/include/config.pm
Release a new version of the Apache module, with the context support.
[itkacl] / itkacl-web-1.0 / include / config.pm
index 79229309b98498abdd6501b164b5a699e834c048..c471a004e77fa65980ed37fb050143c64b1e86b5 100644 (file)
@@ -28,6 +28,10 @@ our $sessiondb_name = "itkacl-sessions";
 our $sessiondb_user = "itkacl-web";
 our $sessiondb_pass = undef;
 
+# Pick any random, secret string. E.g., the output of:
+# dd if=/dev/urandom bs=32 count=1 | hexdump
+our $hmac_key = undef;
+
 # Local configuration overrides defaults.
 eval {
        require 'config.local.pm';