summaryrefslogtreecommitdiffstats
path: root/config/settings.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-04 10:43:39 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-04 10:43:39 +0000
commitbd434427e61edbac03d273a308dcfffe72096ae0 (patch)
tree73856165e0c0c2d3581492280a5d44f52b5364bd /config/settings.yml
parent4ded4277c51b8f35dc9eaa031c918e55470a44b5 (diff)
downloadredmine-bd434427e61edbac03d273a308dcfffe72096ae0.tar.gz
redmine-bd434427e61edbac03d273a308dcfffe72096ae0.zip
Mailer:
* added an application setting to specify the application protocol (http or https) used to generate urls * added layouts for text and html emails * no more language specific templates * urls are now generated using UrlWriter * the mailer now uses AdvAttrAccessor code style to set email parameters git-svn-id: http://redmine.rubyforge.org/svn/trunk@877 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r--config/settings.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml
index ff695cc7c..333203f03 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -47,6 +47,8 @@ default_language:
default: en
host_name:
default: localhost:3000
+protocol:
+ default: http
feeds_limit:
format: int
default: 15