summaryrefslogtreecommitdiff
path: root/libpiny/lib/Piny/Config.pm
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2011-04-27 19:22:52 -0700
committerJulian Blake Kongslie <jblake@omgwallhack.org>2011-04-27 19:22:52 -0700
commit68b72fa62aadbda4e48a4f9075b332583c5b5338 (patch)
tree9bf516006d78fcdd8a18c67e6b6f9bb6d5a4ffa1 /libpiny/lib/Piny/Config.pm
parent89f316c608452cfafd6b4364e380852f363720dd (diff)
downloadpiny-code-68b72fa62aadbda4e48a4f9075b332583c5b5338.tar.gz
piny-code-68b72fa62aadbda4e48a4f9075b332583c5b5338.zip
Notification emails for new users.
Diffstat (limited to 'libpiny/lib/Piny/Config.pm')
-rw-r--r--libpiny/lib/Piny/Config.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpiny/lib/Piny/Config.pm b/libpiny/lib/Piny/Config.pm
index 535df33..a715024 100644
--- a/libpiny/lib/Piny/Config.pm
+++ b/libpiny/lib/Piny/Config.pm
@@ -208,6 +208,9 @@ sub tweakable {
# The tweakables
+# Global tweakables, which only make sense in the global config file.
+tweakable "piny_newuseremail" => "jrayhawk\@omgwallhack.org", 'Str';
+
# Repo-specific tweakables, in the repos' .git/config files.
tweakable "piny_ikiwikidestdir" => "/srv/www/piny.be/", 'PathDir';
tweakable "piny_ikiwikisrcdir" => "/srv/ikiwiki/", 'PathDir';