From 5fa61912c942e15c79e963a573d0e8391133b0ce Mon Sep 17 00:00:00 2001 From: wvengen Date: Sun, 24 Mar 2019 22:01:28 +0100 Subject: [PATCH] Slightly improve app config --- config/app_config.yml.SAMPLE | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/app_config.yml.SAMPLE b/config/app_config.yml.SAMPLE index b758c6cc..1000683a 100644 --- a/config/app_config.yml.SAMPLE +++ b/config/app_config.yml.SAMPLE @@ -102,11 +102,10 @@ default: &defaults # order_by_groups: true # order_by_articles: true - # Page footer (html allowed). Default is a Foodsoft footer. Set to `blank` for no footer. #page_footer: FC Test is supported by Hoster. - # Custom CSS for the foodcoop + # Custom CSS to add #custom_css: 'body { background-color: #fcffba; }' # Custom fields for invoice, odergroup, supplier and user. @@ -159,11 +158,13 @@ default: &defaults # password: # encoding: utf8 # socket: /opt/lampp/var/mysql/mysql.sock + # # Instead of defining all details here, you can also point to an entry in database.yml. #shared_lists: shared_lists - # default to allow sync only on less than 200 articles - #shared_supplier_article_sync_limit: 200, + # default to allow automatically adding new articles on sync only when less than 200 articles in total + #shared_supplier_article_sync_limit: 200 + development: <<: *defaults