Slightly improve app config
This commit is contained in:
parent
9283ed4f5e
commit
5fa61912c9
1 changed files with 5 additions and 4 deletions
|
@ -102,11 +102,10 @@ default: &defaults
|
||||||
# order_by_groups: true
|
# order_by_groups: true
|
||||||
# order_by_articles: true
|
# order_by_articles: true
|
||||||
|
|
||||||
|
|
||||||
# Page footer (html allowed). Default is a Foodsoft footer. Set to `blank` for no footer.
|
# Page footer (html allowed). Default is a Foodsoft footer. Set to `blank` for no footer.
|
||||||
#page_footer: <a href="http://www.foodcoop.test/">FC Test</a> is supported by <a href="http://www.hoster.test/">Hoster</a>.
|
#page_footer: <a href="http://www.foodcoop.test/">FC Test</a> is supported by <a href="http://www.hoster.test/">Hoster</a>.
|
||||||
|
|
||||||
# Custom CSS for the foodcoop
|
# Custom CSS to add
|
||||||
#custom_css: 'body { background-color: #fcffba; }'
|
#custom_css: 'body { background-color: #fcffba; }'
|
||||||
|
|
||||||
# Custom fields for invoice, odergroup, supplier and user.
|
# Custom fields for invoice, odergroup, supplier and user.
|
||||||
|
@ -159,11 +158,13 @@ default: &defaults
|
||||||
# password:
|
# password:
|
||||||
# encoding: utf8
|
# encoding: utf8
|
||||||
# socket: /opt/lampp/var/mysql/mysql.sock
|
# socket: /opt/lampp/var/mysql/mysql.sock
|
||||||
|
#
|
||||||
# Instead of defining all details here, you can also point to an entry in database.yml.
|
# Instead of defining all details here, you can also point to an entry in database.yml.
|
||||||
#shared_lists: shared_lists
|
#shared_lists: shared_lists
|
||||||
|
|
||||||
# default to allow sync only on less than 200 articles
|
# default to allow automatically adding new articles on sync only when less than 200 articles in total
|
||||||
#shared_supplier_article_sync_limit: 200,
|
#shared_supplier_article_sync_limit: 200
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue