Files
openfoodnetwork/config/application.yml.example
Rafael Schouten a5680e611e add example yml
2014-09-17 12:05:28 +10:00

17 lines
532 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.
I18N_LOCALE: "en"
# Spree zone.
CHECKOUT_ZONE: "Australia"
# Contact name for emails.
CONTACT_STRING: "Joe Bloggs and the OFN Team"