2014-03-28 12:52:11 +01:00
|
|
|
# Minimal Foodsoft configuration
|
|
|
|
#
|
|
|
|
# Without those settings, Foodsoft may not even work.
|
|
|
|
# This file is used when running tests. When plugins would modify foodsoft behaviour
|
|
|
|
# and they are enabled in the sample configuration, there is stable base to test with.
|
|
|
|
|
|
|
|
default: &defaults
|
|
|
|
multi_coop_install: false
|
|
|
|
default_scope: 'f'
|
|
|
|
|
|
|
|
name: FC Minimal
|
2014-06-25 16:21:36 +02:00
|
|
|
|
2014-03-28 12:52:11 +01:00
|
|
|
# true by default to keep compat with older installations, but test with false here
|
|
|
|
use_nick: false
|
|
|
|
|
2017-10-08 12:33:44 +02:00
|
|
|
price_markup: 5
|
|
|
|
|
2014-03-28 12:52:11 +01:00
|
|
|
# do we really need the following ones?
|
|
|
|
tax_default: 6.0
|
|
|
|
email_sender: noreply@minimal.test
|
|
|
|
|
2019-10-28 21:04:59 +01:00
|
|
|
host: localhost
|
|
|
|
|
2014-03-28 12:52:11 +01:00
|
|
|
|
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|