projects
/
coquelicot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
extend layout capailities
[coquelicot.git]
/
lib
/
coquelicot
/
configure.rb
diff --git
a/lib/coquelicot/configure.rb
b/lib/coquelicot/configure.rb
index
275184b
..
7453e64
100644
(file)
--- a/
lib/coquelicot/configure.rb
+++ b/
lib/coquelicot/configure.rb
@@
-29,6
+29,8
@@
module Coquelicot::Configure
'gone_period' => 10080,
'filename_length' => 20,
'random_pass_length' => 16,
+ 'about_text' => '',
+ 'additional_css' => '',
'depot_path' => Proc.new { File.join(root, 'files') },
'authentication_method' => {
'name' => 'simplepass',