mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
16 lines
520 B
Plaintext
16 lines
520 B
Plaintext
# Add application configuration variables here, as shown below.
|
|
#
|
|
# Change this, it has serious security implications.
|
|
# Minimum 30 but usually 128 characters. To obtain run 'rake secret', or faster, 'openssl rand -hex 128'
|
|
SECRET_TOKEN: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
TIMEZONE: Melbourne
|
|
# Default country for dropdowns etc.
|
|
DEFAULT_COUNTRY: Australia
|
|
# Locale for translation.
|
|
LOCALE: en
|
|
# Spree zone.
|
|
CHECKOUT_ZONE: Australia
|
|
# Find currency codes at http://en.wikipedia.org/wiki/ISO_4217.
|
|
CURRENCY: AUD
|