foodsoft/spec/app_config.yml

33 lines
675 B
YAML
Raw Normal View History

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-03-28 12:52:11 +01:00
# true by default to keep compat with older installations, but test with false here
use_nick: false
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
host: localhost
2014-03-28 12:52:11 +01:00
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults