386bc7382d
The config panel writes an integer into the settings table in the database, which results in a wrong calculation of the fc_price.
30 lines
656 B
YAML
30 lines
656 B
YAML
# 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
|
|
|
|
# true by default to keep compat with older installations, but test with false here
|
|
use_nick: false
|
|
|
|
price_markup: 5
|
|
|
|
# do we really need the following ones?
|
|
tax_default: 6.0
|
|
email_sender: noreply@minimal.test
|
|
|
|
|
|
development:
|
|
<<: *defaults
|
|
|
|
test:
|
|
<<: *defaults
|
|
|
|
production:
|
|
<<: *defaults
|