projects
/
itkacl
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Release a new version of the Apache module, with the context support.
[itkacl]
/
itkacl-web-1.0
/
include
/
config.pm
diff --git
a/itkacl-web-1.0/include/config.pm
b/itkacl-web-1.0/include/config.pm
index 79229309b98498abdd6501b164b5a699e834c048..c471a004e77fa65980ed37fb050143c64b1e86b5 100644
(file)
--- a/
itkacl-web-1.0/include/config.pm
+++ b/
itkacl-web-1.0/include/config.pm
@@
-28,6
+28,10
@@
our $sessiondb_name = "itkacl-sessions";
our $sessiondb_user = "itkacl-web";
our $sessiondb_pass = undef;
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';
# Local configuration overrides defaults.
eval {
require 'config.local.pm';