From 8c3c8a1f95757a2cee610640788a17eaa6fab5ed Mon Sep 17 00:00:00 2001 From: Benjamin Meichsner Date: Wed, 5 Aug 2009 12:15:37 +0200 Subject: [PATCH] Extended config sample for the new tolerance_not_costly feature. --- config/app_config.yml.SAMPLE | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/app_config.yml.SAMPLE b/config/app_config.yml.SAMPLE index 02941b9b..b0d4b70f 100644 --- a/config/app_config.yml.SAMPLE +++ b/config/app_config.yml.SAMPLE @@ -11,25 +11,37 @@ development: &defaults country: Deutschland email: foodsoft@myfoodcoop.org phone: "030 323 23249" + # base URL for this installation base_url: http://foodsoft.fctest.de + # Homepage homepage: http://www.fctest.de + # foodsoft documentation URL help_url: http://foodsoft.fcschinke09.de/trac/wiki/FoodsoftDoku + # price markup in percent price_markup: 2.0 + + # tolerance order option: If set to false, article tolerance values do not count + # for total article price as long as the order is not finished. + tolerance_is_costly: false + # email address to be used as sender email_sender: foodsoft@myfoodcoop.org + # If your foodcoop uses a mailing list instead of internal messaging system #mailing_list: list@myfoodcoop.org #mailing_list_subscribe: list-subscribe@myfoodcoop.org + # Config for the exception_notification plugin notification: error_recipients: - admin@myfoodcoop.org sender_address: "\"FoodSoft Error\" " email_prefix: "[FoodSoft]" + # Access to sharedLists, the external article-database shared_lists: adapter: mysql @@ -39,6 +51,7 @@ development: &defaults password: encoding: utf8 socket: /opt/lampp/var/mysql/mysql.sock + # auto-units-conversion # this is used for automatic article-synchronization to handle different units # e.g. when foodcoop-unit should be 500g and supplier-unit is 1kg